Skip to content

UnoCSS Preset

The preset loads the generated safelist from the cache file.

uno.config.ts
import { defineConfig } from 'unocss'
import { presetStarlightIcons } from 'starlight-plugin-icons/uno'
export default defineConfig({
presets: [presetStarlightIcons()],
})