Skip to content

Commit 07e4e8f

Browse files
authored
Merge pull request #144 from mrgiba/main
2 parents c822933 + 2261862 commit 07e4e8f

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

samples/contract-compliance-analysis/front-end/package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/contract-compliance-analysis/front-end/tailwind.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
// and limitations under the License.
1212
//
1313

14+
import animate from "tailwindcss-animate"
15+
1416
/** @type {import('tailwindcss').Config} */
15-
module.exports = {
17+
export default {
1618
darkMode: ["class"],
1719
content: [
1820
"./pages/**/*.{ts,tsx}",
@@ -85,5 +87,5 @@ module.exports = {
8587
},
8688
},
8789
},
88-
plugins: [require("tailwindcss-animate")],
90+
plugins: [animate]
8991
};

0 commit comments

Comments
 (0)