Skip to main content
Go to Latest
interface CSSModulesConfig
import { type CSSModulesConfig } from "https://deno.land/x/aleph_compiler@0.9.3/types.ts";

Properties

optional
pattern: string

The pattern to use when renaming class names and other identifiers. Default is [hash]_[local].

optional
dashedIdents: boolean

Whether to rename dashed identifiers, e.g. custom properties.