Written by
Jan Kaiponen
on
on
Introduction to workflow and sass
Part I
Objectives
- Setting up the dev environment
- Learn about SASS
- Learn about responsive design
node-sass
"scripts": {
"sass": "node-sass -w scss/ -o ./dist/css/ --recursive"
},