NPM Build Utilities @ 0.3.0-alpha
    Preparing search index...

    0.2.0-alpha.2

    interface Opts {
        globs: string[];
        ignoreGlobs: string[];
        postCSS: boolean;
    }
    Index

    Properties

    globs: string[]

    Globs used to find scss files to compile. Relative to subpath param.

    [
    '/**/*.scss',
    '/**/*.sass',
    '/**/*.css',
    ]
    ignoreGlobs: string[]

    Globs of files to ignore when fetching scss files to compile.

    [ '**/_ *' ]
    
    postCSS: boolean

    Whether to run PostCSS on the output css.

    true