Thanks Mislav,

As I mentioned in my post, I already found a way to make it work.  I
guess I was just more concerned with the way the code looks.

I'm sure it's just a matter of preference, but to me:

background-color: transparent
color: = !my_color
float: right

seems more consistent then:

background-color: transparent
color = !my_color
float: right

Actually - getting rid of the '=' for the use of a constant would be
the bees knees in my opinion:

!my_color = #fff

.my_div
  float: right
  color: !my_color

But hey, I guess I shouldn't complain.  HAML & SASS are already saving
me heaps of time anyway..


On Jul 16, 9:03 pm, "Mislav Marohnić" <[EMAIL PROTECTED]>
wrote:
> On 7/16/07, Geoff Evason <[EMAIL PROTECTED]> wrote:
>
>
>
> > color: = !my_color
>
> It's
> color = !my_color (without the colon)


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