Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alephjs/lib/@unocss/core.ts>GenerateOptions

The Full-stack Framework in Deno.
Go to Latest
interface GenerateOptions
import { type GenerateOptions } from "https://deno.land/x/alephjs@1.0.0-alpha.68.6/lib/@unocss/core.ts";

Properties

optional
id: string

Filepath of the file being processed.

optional
preflights: boolean

Generate preflights (if defined)

optional
safelist: boolean

Includes safelist

optional
minify: boolean

Genreate minified CSS

optional
scope: string