We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4770a commit 2360c89Copy full SHA for 2360c89
tailwind.config.js
@@ -1,6 +1,4 @@
1
import defaultTheme from 'tailwindcss/defaultTheme';
2
-import forms from '@tailwindcss/forms';
3
-import typography from '@tailwindcss/typography';
4
5
/** @type {import('tailwindcss').Config} */
6
export default {
@@ -19,10 +17,4 @@ export default {
19
17
},
20
18
21
22
-
23
- plugins: [
24
- forms,
25
- typography,
26
- require("daisyui")
27
- ],
28
};
0 commit comments