This would be a nice feature to have. Please file an enhancement request:
https://github.com/nex3/sass/issues

Also, now that Sass and Haml have be separated, please use the sass-lang
group for sass related discussions:
http://groups.google.com/group/sass-lang

Thanks,
Chris

On Wed, May 25, 2011 at 1:48 PM, andrej <weiterge...@googlemail.com> wrote:

> 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 haml@googlegroups.com.
> To unsubscribe from this group, send email to
> haml+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/haml?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to haml@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to