Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface CSSModulesConfig
import { type CSSModulesConfig } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.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.