mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2025-06-08 07:30:43 +08:00
Departure commit
This commit is contained in:
16
tailwind.config.js
Normal file
16
tailwind.config.js
Normal file
@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
content: ['./src/renderer/index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||||
theme: {
|
||||
extend: {
|
||||
minWidth: {
|
||||
'10': '60px'
|
||||
}
|
||||
},
|
||||
},
|
||||
variants: {
|
||||
extend: {
|
||||
backgroundColor: ['active']
|
||||
}
|
||||
},
|
||||
plugins: [],
|
||||
}
|
Reference in New Issue
Block a user