Skip to content

Commit b7e4092

Browse files
committed
fix tailwind config
Signed-off-by: Timothy Gerstel <tim.gerstel@gmail.com>
1 parent c33cc9b commit b7e4092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tg-blog/tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const {
99
} = require("tailwindcss/lib/util/flattenColorPalette");
1010

1111
export default {
12-
darkMode: ['selector', '[data-theme="dark"]', 'class'],
12+
darkMode: ['selector', '[data-theme="dark"]'],
1313
content: [
1414
"./src/**/*.{js,ts,jsx,tsx,mdx}",
1515
"./src/pages/**/*.{js,ts,jsx,tsx,mdx}",

0 commit comments

Comments
 (0)