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 f5ea46d commit 95c95a0Copy full SHA for 95c95a0
pythonkr_backend/theme/static_src/tailwind.config.js
@@ -51,8 +51,15 @@ module.exports = {
51
* comment the line below to disable '@tailwindcss/forms'.
52
*/
53
require('@tailwindcss/forms'),
54
- require('@tailwindcss/typography'),
55
- require('@tailwindcss/aspect-ratio'),
56
+plugins: [
+ /**
+ * '@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
+],
64
],
65
}
0 commit comments