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