⬅️ Back to Table of Contents
📄 unocss.config
📊 Analysis Summary
📚 Table of Contents
🛠️ File Location:
📂 unocss.config.ts
📤 Default Export
export default defineConfig({ ... })
| Property |
Value |
presets |
[ presetUno(), presetAttributify(), presetIcons({ scale: 1.2, warn: true, }), ] |
theme.colors.primary |
'#3eaf7c' |
theme.fontFamily.mono |
'var(--vp-font-family-mono)' |
transformers |
[ transformerDirectives(), transformerVariantGroup(), ] |
📦 Imports
| Name |
Source |
defineConfig |
unocss |
presetAttributify |
unocss |
presetIcons |
unocss |
presetUno |
unocss |
transformerDirectives |
unocss |
transformerVariantGroup |
unocss |
Generated by Syntax Scribe