To help everyone learn how CSS and SASS works this project comes with a basic site mocked up using HTML 5 Boilerplate and node-sass. With these building blocks everyone can learn just how CSS and SASS ...
SASS stands for Syntactically-Awesome Style Sheets. It's a "pre-processor" for CSS. Basically, it allows you to write your CSS in really simple, convenient shorthand. So instead of writing real CSS, ...