Module

x/aleph/types.ts>CSSOptions

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias CSSOptions
import { type CSSOptions } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.33/types.ts";

The config for CSS loader.

definition: { extractSize?: number; remoteExternal?: boolean; modules?: boolean | CSSModulesOptions; postcss?: { plugins: PostCSSPlugin[]; }; }