How can I do this with sass?

:focus { -moz-outline-style: none; }

Obviously, the first thing you'd try would be

:focus
  :-moz-outline-style none

But the colon is going to make it very angry. Is there a way around
this, or should I include it in my regular css file?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to