mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-02-24 05:42:15 +08:00
7 lines
101 B
JavaScript
7 lines
101 B
JavaScript
|
module.exports = {
|
||
|
darkMode: "class", // or 'media'
|
||
|
theme: {},
|
||
|
variants: {},
|
||
|
plugins: [],
|
||
|
};
|