I also forgot to mention in my last two replies that there's another 
simple solution to this. You can escape the hyphen with a backslash, 
like so:

!small_font_size    = x\-small

- Nathan

s.ross wrote:
> I'm trying to collect all my font sizes at the top of my Sass file.  
> This breaks:
>
> !small_font_size    = x-small
>
> Keen error trace, BTW.
>
> I understand that Sass is having trouble disambiguating the hyphen  
> from an operator. How can I help Sass understand that I mean x  
> <hyphen> small?
>
> Thanks,
>
> Steve
>   

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