feat(projects): support set global redius

This commit is contained in:
CyberShen123
2025-10-02 23:52:41 +08:00
parent 61fa4b7f3b
commit 3b0ace3868
10 changed files with 49 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ export default defineConfig<Theme>({
}
},
shortcuts: {
'card-wrapper': 'rd-8px shadow-sm'
'card-wrapper': 'shadow-sm'
},
transformers: [transformerDirectives(), transformerVariantGroup()],
presets: [presetWind3({ dark: 'class' }), presetSoybeanAdmin()]