2013
2012
2011
“Mobile first” CSS and getting Sass to help with legacy IE
by greutTaking a “mobile first” approach to web development poses some challenges if you need to provide a “desktop” experience for legacy versions of IE. Using a CSS pre-processor like Sass can help.
2010
phamlp - Project Hosting on Google Code
by SponeHaml and Sass have been used in Ruby for sometime to simplify templates (Haml) and make CSS more intelligent, flexible and manageable (Sass); now they come to PHP in PHamlP.
2009
Compass
by ycc2106 & 2 othersCompass is a stylesheet authoring framework that makes your stylesheets and markup easier to build and maintain. With compass, you write your stylesheets in Sass instead of CSS. Using the power of Sass Mixins and the Compass community, you can apply battle-tested styles from frameworks like Blueprint to your stylesheets instead of your markup. Sass – Sass is part of the Ruby-based project called Haml. It will be installed as a dependency of compass automatically during the next step.