new format

This commit is contained in:
2023-07-25 12:17:45 +03:00
parent 344dc7452a
commit d834b15959
24 changed files with 413 additions and 181 deletions

View File

@@ -3,7 +3,7 @@ import typography from "@tailwindcss/typography";
export default {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
darkMode: "class",
darkMode: ['class', '[data-theme="dark"]'],
theme: {
extend: {
colors: {
@@ -19,5 +19,5 @@ export default {
},
},
},
plugins: [typography()],
plugins: [typography(), require('tailwindcss-dark-mode')()],
} satisfies Config;