mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-17 09:16:37 +08:00
7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
module.exports = {
|
|
darkMode: 'class', // or 'media'
|
|
theme: {},
|
|
variants: {},
|
|
plugins: []
|
|
};
|