Hello,

On this page: http://haml.hamptoncatlin.com/docs/sass, section
"Colors", this code has an error

  !main_color = #a5f39e

  #main
    :background-color = !main_color
    p
      :background-color = !bg_color + 32

This line :
      :background-color = !bg_color + 32
should be replaced by this one:
      :background-color = !main_color + 32



Benoit Caccinolo


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