That sounds like a bug, but I added a test case for it and cannot reproduce your error. I also read the code again and it should be tolerant of any amount of whitespace around the equals sign in the mixin definition (including none).
But I'm glad you've got things working. chris http://github.com/chriseppstein/haml/commit/1bb0ac3ba7b1fcbc625f91065d0967015282e5bc On Sep 4, 4:52 pm, pimpmaster <[EMAIL PROTECTED]> wrote: > I finally got this working. > > Realized that there must be a space on either side of the equals, like > so > > =cool(!var = #fff) > :color = !var > > I was doing it like this and it bombed > > =cool(!var=#fff) > :color = !var > > Thanks for your help!! :D --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
