KC's Workspace
    Preparing search index...

    Interface LessPreprocessorOptions

    interface LessPreprocessorOptions {
        additionalData?: PreprocessorAdditionalData;
        math?: any;
        paths?: string[];
        plugins?: any[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index
    math?: any
    paths?: string[]
    plugins?: any[]