Sass

Syntactically Awesome Style Sheets – a framework to help you develop CSS.



Getting Sassy

I can’t believe I’ve only just discovered sass. Sass is a preprocessor for css that makes editing your site’s style much more manageable. It includes things like variables and scoping that makes editing style a lot easier. Sass can then be compiled to normal css and used in any website.

Read More…