Akash Xavier RSS


About

Everything interesting that I come across in my life, I post it here.

Social
Dec
8th
Mon
permalink

Using BlueprintCSS and Haml

When BlueprintCSS - a CSS framework is cobined with Haml, the productivity surely increases. All you’ve got to do is to drop the Blueprint folder into the public/stylesheets dir in rails and you can start rocking.

The code to use Blueprint has to be converted to Haml though. The Haml docs say that when the <!—[If IE]> element is encountered it adds the <!—[endif]—> is added automatically. So to use BlueprintCSS, convert the link tags to Haml and then add ‘em. Done!