Sorry, Chris told me that the problem was running sass, not sass-convert. In that case, I can reproduce, but it's not a bug: "&body" is not a valid use of a parent selector. The parent selector is only valid where the base element of a simple selector sequence is valid; that is, somewhere you could put "*". Since "*body" is an invalid selector, so is "&body".
On Fri, Jun 18, 2010 at 3:43 PM, Nathan Weizenbaum <[email protected]> wrote: > I can't reproduce this. The stylesheet you gave works fine with > sass-convert for me. > > > On Fri, Jun 18, 2010 at 2:29 PM, Nathan Weizenbaum <[email protected]>wrote: > >> Yes, this does look like a bug to me. >> >> On Jun 18, 2010 12:31 PM, "Chris Eppstein" <[email protected]> wrote: >> >> Ok. I do think that this is a bug (nathan should confirm) or at least a >> better error message is needed. >> >> The error goes away when you add a space between the parent reference >> operator and the body selector. >> >> But: >> >> Your parent reference operators are not needed. Simple nesting will get >> you the desired result: >> >> html >> > >> body >> #zoom-ctrl >> *width: 50px >> Chris >> >> >> >> On Fri, Jun 18, 2010 at 12:20 PM, Andrew Selder <[email protected]> wrote: >> > >> > Hi all, >> > >> > I'm upgra... >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Haml" group. >> To post ... >> >> > -- 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.
