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 dbe4599 + 9cd24e8 commit cfe2020Copy full SHA for cfe2020
Content/default/src/Client/tailwind.config.js
@@ -4,6 +4,7 @@ module.exports = {
4
content: [
5
"./index.html",
6
"./**/*.{fs,js,ts,jsx,tsx}",
7
+ "!./node_modules/**/*",
8
],
9
theme: {
10
extend: {},
0 commit comments