import { type Options } from "https://deno.land/x/lume@v2.4.1/plugins/unocss.ts";
Properties
optional
options: UserConfig =
presets: [presetUno()]
Configurations for UnoCSS.
Set the css filename for all generated styles,
Set to false
to insert a tag per page.
A placeholder to replace with the generated CSS.
Only used when cssFile
is set.
optional
transformers: SourceCodeTransformer[]Process CSS files using UnoCSS transformers.