mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
15 lines
220 B
JavaScript
15 lines
220 B
JavaScript
|
|
module.exports = {
|
||
|
|
purge: [
|
||
|
|
'./index.html',
|
||
|
|
'./src/**/*.{vue,js,ts,jsx,tsx}'
|
||
|
|
],
|
||
|
|
darkMode: false, // or 'media' or 'class'
|
||
|
|
theme: {
|
||
|
|
extend: {},
|
||
|
|
},
|
||
|
|
variants: {
|
||
|
|
extend: {},
|
||
|
|
},
|
||
|
|
plugins: [],
|
||
|
|
}
|