Skip to content

Commit 2360c89

Browse files
committed
ci: update Dependencies
1 parent aa4770a commit 2360c89

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tailwind.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import defaultTheme from 'tailwindcss/defaultTheme';
2-
import forms from '@tailwindcss/forms';
3-
import typography from '@tailwindcss/typography';
42

53
/** @type {import('tailwindcss').Config} */
64
export default {
@@ -19,10 +17,4 @@ export default {
1917
},
2018
},
2119
},
22-
23-
plugins: [
24-
forms,
25-
typography,
26-
require("daisyui")
27-
],
2820
};

0 commit comments

Comments
 (0)