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.
2 parents 487a3c4 + a6ac715 commit 3fe0e03Copy full SHA for 3fe0e03
html/tailwind.config.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
- content: ["./**/*.{html,js}"],
+ content: ["./**/*.{html,js}", "!./**/node_modules/**"],
3
theme: {
4
extend: {},
5
},
0 commit comments