Skip to content

Commit e36c2f0

Browse files
committed
Add tailwind.config.js
1 parent 21aadbe commit e36c2f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tailwind.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
purge: ["./src/**/*.{js,jsx,ts,tsx}", "./dist/popup.html"],
3+
content: ["./src/**/*.{html,js,tsx}"],
4+
theme: {
5+
extend: {},
6+
},
7+
plugins: [],
8+
}

0 commit comments

Comments
 (0)