Skip to main content
Module

x/lume/plugins/unocss.ts>Options

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface Options
import { type Options } from "https://deno.land/x/lume@v2.1.2/plugins/unocss.ts";

Properties

optional
options: UserConfig

Configurations for UnoCSS.

optional
cssFile: false | string

Set the css filename for all generated styles, Set to false to insert a tag per page.

optional
transformers: SourceCodeTransformer[]

Process CSS files using UnoCSS transformers.

optional
reset:
| false
| "tailwind"
| "tailwind-compat"
| "eric-meyer"

Supported CSS reset options.