I also like the idea of the CSS being merged, but this is purely for
size and aesthetics reasons.
For the debugging I like the way it is currently done so it could
simply be changed slightly if merged e.g.
Instead of:
/* line 20, sass/_reset.sass */
body {
line-height: 1;
color: black;
background: white;
}
we could have
body {
/* line 20, sass/_reset.sass */
line-height: 1;
color: black;
/* line 4, sass/_layout.sass */
background: white;
}
I love sass so this for me is a nice to have, just wondered if I
missed a setting.
It's great that there are CSS optimizations planned.
As I think my CSS could do with some help :)
--
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.