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

    Interface IMinifyCssOptions

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

    Hierarchy

    • ILoggable
      • IMinifyCssOptions
    Index

    Properties

    includeNodeModules?: boolean
    logger?: ILoggingAgent
    src: string | string[]