sass
This is the simple page we codded at the end of the presentation. It is refined and complited.
To run it you need to clone the project and execute this comands to run SASS compiler and browser-sync web server. You should be in project folder e.g. “/css-preprocessors”
First terminal
npm i -g sass
sass src/scss/style.scss assets/css/style.css --watch
Second terminal
npm i -g browser-sync
browser-sync start --server --watch --files "**.*"
… and Magic
Part 1:
Part 2: