mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 09:40:39 +00:00
16 lines
214 B
JavaScript
Vendored
16 lines
214 B
JavaScript
Vendored
module.exports = {
|
|
purge: [],
|
|
darkMode: false, // or 'media' or 'class'
|
|
theme: {
|
|
extend: {
|
|
borderWidth: {
|
|
'3': '3px',
|
|
}
|
|
},
|
|
},
|
|
variants: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|