mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2024-11-09 07:10:22 +08:00
17 lines
269 B
JavaScript
17 lines
269 B
JavaScript
module.exports = {
|
|
content: ['./src/renderer/index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
|
theme: {
|
|
extend: {
|
|
minWidth: {
|
|
'10': '60px'
|
|
}
|
|
},
|
|
},
|
|
variants: {
|
|
extend: {
|
|
backgroundColor: ['active']
|
|
}
|
|
},
|
|
plugins: [],
|
|
}
|