5 lines
207 B
TypeScript
5 lines
207 B
TypeScript
// 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;
|