feat: initial commit
This commit is contained in:
4
theme-manager.config.ts
Normal file
4
theme-manager.config.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// add the names of the themes you want to use here
|
||||
// warning: you need to specify them in tailwind.config.js as well
|
||||
// DO NOT REMOVE: 'default', 'light', 'dark'
|
||||
export default ["light", "dark"] as const;
|
Reference in New Issue
Block a user