Tasks
Hint Install Sass first! Recommendations: command line with npm or ScoutApp.
Hint Quick playground to test your Sass.
0. Setup SCSS compilation and convert all the .css
files to .scss
(or .sass
)
1. Replace all hardcoded values in the project with SASS variables
2. Handle REM calculations usign functions
3. Find duplicate code and replace it with mixins
4. (optional) Generate the grid system
Hint column spacing width and number of columns should be configurable using variables