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

x/alephjs/server/bundle_css.ts>BundleCSSOptions

The Full-stack Framework in Deno.
Latest
type alias BundleCSSOptions
import { type BundleCSSOptions } from "https://deno.land/x/alephjs@1.0.0-alpha.78.1/server/bundle_css.ts";
definition: { targets?: Targets; minify?: boolean; cssModules?: boolean; asJsModule?: boolean; hmr?: boolean; }