Skip to content

Commit 32945b5

Browse files
committed
Fix tailwind config
1 parent e673d70 commit 32945b5

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pythonkr_backend/theme/static_src/tailwind.config.js

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,7 @@ module.exports = {
5151
* comment the line below to disable '@tailwindcss/forms'.
5252
*/
5353
require('@tailwindcss/forms'),
54-
plugins: [
55-
/**
56-
* '@tailwindcss/forms' is the forms plugin that provides a minimal styling
57-
* for forms. If you don't like it or have own styling for forms,
58-
* comment the line below to disable '@tailwindcss/forms'.
59-
*/
60-
require('@tailwindcss/forms'),
61-
require('@tailwindcss/typography'),
62-
require('@tailwindcss/aspect-ratio'),
63-
],
54+
require('@tailwindcss/typography'),
55+
require('@tailwindcss/aspect-ratio'),
6456
],
6557
}

0 commit comments

Comments
 (0)