Skip to content

Commit a6ac715

Browse files
excluded node_modules directory tailwind look up
1 parent 487a3c4 commit a6ac715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
content: ["./**/*.{html,js}"],
2+
content: ["./**/*.{html,js}", "!./**/node_modules/**"],
33
theme: {
44
extend: {},
55
},

0 commit comments

Comments
 (0)