Skip to content

Commit 3fe0e03

Browse files
Merge pull request #48 from md-abid-hussain/dev
excluded node_modules directory tailwind look up
2 parents 487a3c4 + a6ac715 commit 3fe0e03

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)