Hey,
I was wondering, why when using the @extend rule you have to write the
following code in case you want to extend your object with multiple
classes:
.test {@extend .class1; @extend .class2; @extend .class3;}
It seems to be far easier and more like "classic" css to do it like
this, don't you think?:
.test {@extend .class1, .class2, .class3;}
What's your take?
Thanks and cheers,
andrej
--
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.