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