That feature seems to be in that version for me. Is it possible you have an old Haml version vendored in that project? Does it work if you use sass on the command line?
On Mon, Jun 1, 2009 at 12:36 AM, [email protected] < [email protected]> wrote: > > According to sass -version i'm on Haml 2.1.0.e1817a0 this seems to bee > the latest master?! I use compass in combination with rails. > > > Should i update to edge? And if so, how do i do that? > > > On 1 Jun., 09:20, Nathan Weizenbaum <[email protected]> wrote: > > This is allowed in the latest Sass master branch - I'd suggest updating. > > > > On Sun, May 31, 2009 at 11:35 PM, [email protected] < > > > > > > > > [email protected]> wrote: > > > > > Hi! > > > > > I'm trying to do this in a mixing: > > > > > = rounded_corners(!radius = 20px) > > > :-webkit-border-radius= !radius; > > > :-moz-border-radius= !radius; > > > > > It gives me an Sass::SyntaxError stating that -webkit-border-radius > > > isnt valid css. > > > > > While technicaly true, this isn't helping very much... > > > > > How do i fix this? > > > > > Thanks! > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
