KC's Workspace
    Preparing search index...

    Interface StylusPreprocessorOptions

    interface StylusPreprocessorOptions {
        additionalData?: PreprocessorAdditionalData;
        define?: Record<string, any>;
        paths?: string[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index
    define?: Record<string, any>
    paths?: string[]