Just from the conversation, the main advantage over the simple creation of CSS from templates is that it allows nesting, which is conceptually much more pleasant to work with.
, - C55 (, ):
div.content
{
color: $content_color ;
.left
{
float: left;
};
.right
{
float: right;
};
};