I've started using v1.7 of HAML & SASS & find that when I'm trying to
use constants to set colours the new : placement will not work.
For example:
!my_color = #F00
h1
color: = !my_color
will compile to...
h1 {
color: = !my_color;}
However using [ :color = !my_color ] (notice the placement of the
colon) the generated CSS has the proper hex code for the color.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---