Skip to content

Commit

Permalink
[Fix] update tailwind style
Browse files Browse the repository at this point in the history
junnei committed Apr 13, 2024
1 parent 00a6ddb commit 58d8727
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
module.exports = {
purge: ["./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"],
content: [],
darkMode: ['selector', '[data-theme="dark"]'],
content: [
"./src/**/*.{js,jsx,ts,tsx}",
"./public/index.html"
],
darkMode: [
'selector',
'[data-theme="dark"]'
],
theme: {
extend: {},
},

0 comments on commit 58d8727

Please sign in to comment.