mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
feat: updates
This commit is contained in:
parent
884f3df41a
commit
c6c59b2cd9
84 changed files with 3531 additions and 2616 deletions
|
|
@ -8,7 +8,7 @@ const fontSizeDefault = {
|
|||
}
|
||||
|
||||
module.exports = {
|
||||
content: ['./index.html', './**/*.{vue,js,ts,jsx,tsx}'],
|
||||
content: ['./index.html', './**/*.{vue,js,ts,jsx,tsx}', '!./node_modules/**/*'],
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {
|
||||
|
|
@ -110,7 +110,15 @@ module.exports = {
|
|||
15: '.15',
|
||||
25: '.25',
|
||||
},
|
||||
backdropBlur: {
|
||||
sm: '2px',
|
||||
DEFAULT: '4px',
|
||||
md: '6px',
|
||||
lg: '8px',
|
||||
xl: '12px',
|
||||
'2xl': '20px',
|
||||
'3xl': '45px',
|
||||
}
|
||||
},
|
||||
},
|
||||
variants: {},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue