kaven-utils - v6.1.9
    Preparing search index...

    Interface IMinifyCssOptions

    interface IMinifyCssOptions {
        includeNodeModules?: boolean;
        logger?: ILoggingAgent;
        src: string | string[];
    }

    Hierarchy

    • ILoggable
      • IMinifyCssOptions
    Index
    includeNodeModules?: boolean
    logger?: ILoggingAgent
    src: string | string[]