KC's Workspace
    Preparing search index...
    interface CSSModulesConfig {
        animation?: boolean;
        container?: boolean;
        customIdents?: boolean;
        dashedIdents?: boolean;
        grid?: boolean;
        pattern?: string;
        pure?: boolean;
    }
    Index

    Properties

    animation?: boolean

    Whether to enable hashing for @keyframes.

    container?: boolean

    Whether to enable hashing for @container names.

    customIdents?: boolean

    Whether to enable hashing for custom identifiers.

    dashedIdents?: boolean

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

    grid?: boolean

    Whether to enable hashing for CSS grid identifiers.

    pattern?: string

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

    pure?: boolean

    Whether to require at least one class or id selector in each rule.