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 e673d70 commit 32945b5Copy full SHA for 32945b5
pythonkr_backend/theme/static_src/tailwind.config.js
@@ -51,15 +51,7 @@ module.exports = {
51
* comment the line below to disable '@tailwindcss/forms'.
52
*/
53
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
-],
+ require('@tailwindcss/typography'),
+ require('@tailwindcss/aspect-ratio'),
64
],
65
}
0 commit comments