Posts Tagged ‘Compliant’

Spice up your CSS with SASS

Sunday, November 29th, 2009

Been spending a lot of time with SASS and HAML. Awesome templating frameworks. I started by following @chrisepstein the powerhouse developer behind the compass-css project. After getting accustomed to Sass it only makes sense to use HAML for compliant xHTML.

The most significant characteristic with haml and sass versus html and css is nested hierarchy of its elements. This takes a little while to get used to, since we’ve never written in white-space aware code (like python), yet is very powerful in eliminating un-necessary markup, following DRY conventions. Secondly, sass mixins, imports and patterns within compass-css framework make HTML5/xHTML design a sinch – without ever using photoshop.

We are excited to offer this to clients, saving precious development time, dollars, and energy.

This slideshare really helped me out a lot and I’m posting it for my future reference and for anyone else into learning Sass and Haml.