Hi all, I use a CSS-based technique for highlighting the current page in my navigation elements. Active elements are identified by the id of the body element plus the id of the navigation tab itself. This results in a lot of different selector combinations having the same rule. For better readability, I want to split the selector over multiple lines like this:
#users #users_subnav, #clients #clients_subnav, #suppliers #suppliers_subnav, #subscribers #subscription_subnav, #subnav ul li a:hover :background-color #d7dee3 Currently, Sass will silently eat all but the last selector. Is there something I've missed? -- max http://synaphy.com/blog http://whatsnextapp.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
