This solution was create to address StackExchange problem listed at https://sharepoint.stackexchange.com/questions/264098/problem-with-changing-in-the-scss-file/264105#264105
Please check the solution structure. Keep in mind following things:
- Are you using the default
module.scssfile or you created your own? If you created your ownmodule.scssfile, are you importing it correctly? - Correct import statement will be `import styles from ''.
- Always use
./to refer current directory. I had noticed, when one use VSCode intellisense, it uses path fromlibdirectory. Which can be another issue.
git clone the repo
npm i
npm i -g gulp
gulpThis package produces the following:
- lib/* - intermediate-stage commonjs build artifacts
- dist/* - the bundled script, along with other resources
- deploy/* - all resources which should be uploaded to a CDN.
gulp clean - TODO gulp test - TODO gulp serve - TODO gulp bundle - TODO gulp package-solution - TODO
