Five Compass & Sass Workflow Tips
This is an intermediate article on Compass & Sass. Sass is a Ruby meta-language on top of CSS that makes CSS more like a programming language and less like a static markup language. Compass is a library and utility that leverages Sass with @mixin functions. @mixin functions do a lot of calculations and browser-specific prefixes for you.
Since Compass and Sass were released (and other similar tools), Web design has changed for the better. Compass and Sass have made mocku...



