I've had a thought - you know of the holy hack and the underscore hack
right? well, why can't we do something similar in sass, but rendering
valid css in the process - so, when you have something like
#sidebar
:margin-left 2em
:overflow hidden
:ie6
:height 1px
it'll render mycss_ie6.css, with only the contents of the :ie6
selector, thus you will end up with a lot more readable css, while
still keeping it hack-free...
(you can include those sheets with the ie's conditional comments or
use javascript detection)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---