Skip to content

Commit 95c95a0

Browse files
Update pythonkr_backend/theme/static_src/tailwind.config.js
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent f5ea46d commit 95c95a0

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pythonkr_backend/theme/static_src/tailwind.config.js

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,15 @@ module.exports = {
5151
* comment the line below to disable '@tailwindcss/forms'.
5252
*/
5353
require('@tailwindcss/forms'),
54-
require('@tailwindcss/typography'),
55-
require('@tailwindcss/aspect-ratio'),
56-
require('@tailwindcss/typography'),
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+
],
5764
],
5865
}

0 commit comments

Comments
 (0)