justcoded/web-starter-kit

Ability to add or remove SCSS

Closed this issue · 2 comments

Please provide more flexible solution in your build for compiling separate SCSS files.

Hey @sgurin,
Now You're able to add your own custom sass files and optionally don't apply gulp-group-css-media-queries module to them.

You can see this property in the gulp-config.js file:
image

Please don't forget to link all your custom sass files in html:
image

Also, you might want to add these sass files to the ignore list (check getPathesToCopyForProduction and getPathesToCopy properties in the gulp-config.js file). By default they will be copied to the assets and production folders.

I've updated the readme docs according to this update