UnoCSS Preset
The preset loads the generated safelist from the cache file.
import { defineConfig } from 'unocss'import { presetStarlightIcons } from 'starlight-plugin-icons/uno'
export default defineConfig({ presets: [presetStarlightIcons()],})