Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Options
import { type Options } from "https://deno.land/x/purgecss@0.1.4/src/types/index.ts";

Properties

content: Array<string | RawContent>
css: Array<string | RawCSS>
defaultExtractor: ExtractorFunction
extractors: Array<Extractors>
fontFace: boolean
keyframes: boolean
optional
output: string
rejected: boolean
stdin: boolean
stdout: boolean
variables: boolean
safelist: Required<ComplexSafelist>
skippedContentGlobs: Array<string>
dynamicAttributes: string[]