Options for the AbstractStage.runCustomScssDirSubStage method.
0.2.0-alpha.2
Globs used to find scss files to compile. Relative to subpath param.
[ '/**/*.scss', '/**/*.sass', '/**/*.css',] Copy
[ '/**/*.scss', '/**/*.sass', '/**/*.css',]
Globs of files to ignore when fetching scss files to compile.
[ '**/_ *' ] Copy
[ '**/_ *' ]
Whether to run PostCSS on the output css.
true Copy
true
Options for the AbstractStage.runCustomScssDirSubStage method.
Since
0.2.0-alpha.2