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

x/mesozoic/lib/processor/css.ts>CssProcessorOptions

A generic build system for Deno web apps
Go to Latest
type alias CssProcessorOptions
import { type CssProcessorOptions } from "https://deno.land/x/mesozoic@v1.0.1/lib/processor/css.ts";
definition: { minify?: boolean; sourceMaps?: boolean; browserslist?: string[]; }