chore: prep tailwind for theming
This commit is contained in:
@@ -1,7 +1,14 @@
|
|||||||
export default {
|
export default {
|
||||||
content: ["./src/**/*.{ts,tsx}", "./src/renderer/**/*.html"],
|
content: ["./src/**/*.{ts,tsx}", "./src/renderer/**/*.html"],
|
||||||
|
darkMode: ["class", '[data-theme="dark"]'],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {
|
||||||
|
colors: {},
|
||||||
|
spacing: {},
|
||||||
|
fontSize: {},
|
||||||
|
borderRadius: {},
|
||||||
|
boxShadow: {},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user