feat(projects): 细节完善

This commit is contained in:
Soybean
2022-01-19 00:36:53 +08:00
parent 579e07400e
commit cc290accc2
6 changed files with 236 additions and 206 deletions

View File

@@ -3,7 +3,7 @@ import { defineConfig } from 'windicss/helpers';
export default defineConfig({
extract: {
include: ['src/**/*.{vue,html,jsx,tsx}', 'public/**/*.{html}', './*.html'],
exclude: ['node_modules', '.git']
exclude: ['node_modules', '.git', './stats.html']
},
darkMode: 'class',
shortcuts: {
@@ -74,7 +74,16 @@ export default defineConfig({
'black-base': '#333639',
'white-base': 'rgba(255, 255, 255, 0.82)'
},
transitionProperty: ['padding-left']
transitionProperty: [
'width',
'height',
'background',
'background-color',
'padding-left',
'border-color',
'right',
'fill'
]
}
},
variants: {},