Const
Default options for the AbstractStage.runCustomScssDirSubStage method.
Opts For property details.
0.2.0-alpha.2
export const DEFAULT_OPTS: AbstractStage.runCustomScssDirSubStage.Opts = { globs: [ '**/*.scss', '**/*.sass', '**/*.css', ], ignoreGlobs: [ '**/_*', ], postCSS: true, }; Copy
export const DEFAULT_OPTS: AbstractStage.runCustomScssDirSubStage.Opts = { globs: [ '**/*.scss', '**/*.sass', '**/*.css', ], ignoreGlobs: [ '**/_*', ], postCSS: true, };
Default options for the AbstractStage.runCustomScssDirSubStage method.