Skip to content

Commit cfe2020

Browse files
authored
Merge pull request #664 from chezuma/chz-fix-default-tailwind-config
Default configuration for Tailwind updated to NOT scan node_modules for content.
2 parents dbe4599 + 9cd24e8 commit cfe2020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Content/default/src/Client/tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
content: [
55
"./index.html",
66
"./**/*.{fs,js,ts,jsx,tsx}",
7+
"!./node_modules/**/*",
78
],
89
theme: {
910
extend: {},

0 commit comments

Comments
 (0)