Skip to content

Commit 58d8727

Browse files
committed
[Fix] update tailwind style
1 parent 00a6ddb commit 58d8727

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

tailwind.config.js

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
module.exports = {
2-
purge: ["./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"],
3-
content: [],
4-
darkMode: ['selector', '[data-theme="dark"]'],
2+
content: [
3+
"./src/**/*.{js,jsx,ts,tsx}",
4+
"./public/index.html"
5+
],
6+
darkMode: [
7+
'selector',
8+
'[data-theme="dark"]'
9+
],
510
theme: {
611
extend: {},
712
},

0 commit comments

Comments
 (0)