Skip to content

Commit f2b759f

Browse files
committed
tailwind config fix
1 parent bbc3687 commit f2b759f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tailwind.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @type {import('tailwindcss').Config} */
2-
module.exports = {
2+
export default {
33
darkMode: ['class'],
44
content: [
55
'./pages/**/*.{ts,tsx}',
@@ -41,5 +41,5 @@ module.exports = {
4141
},
4242
},
4343
},
44-
plugins: [require('tailwindcss-animate')],
44+
plugins: [import('tailwindcss-animate')],
4545
};

0 commit comments

Comments
 (0)