metamorphosis
    Preparing search index...

    Type Alias TailwindPluginOptions

    type TailwindPluginOptions = {
        convertValueMap?: Record<
            string,
            (
                key: string,
                value: string,
                entry: InterpolatedVars | ControlVar,
            ) => string,
        >;
        defaultsMap?: Record<string, string>;
        excludeTw?: string[];
        separator?: string;
        topLevel?: string[];
        twTypeMap?: Record<string, string>;
    }
    Index

    Properties

    convertValueMap?: Record<
        string,
        (
            key: string,
            value: string,
            entry: InterpolatedVars | ControlVar,
        ) => string,
    >
    defaultsMap?: Record<string, string>
    excludeTw?: string[]
    separator?: string
    topLevel?: string[]
    twTypeMap?: Record<string, string>