That's because a "/" isn't a comment in Sass; it's read as just a normal rule. If you want comments, use either "//" which won't output as a CSS comment or "/*" which will.
- Nathan Chris McGrath wrote: > /------------------------ > / & > > gives > > Sass::SyntaxError on line 2: Base-level rules cannot contain the > parent-selector-referencing character '&' > Use --trace to see traceback > > Worked with 1.5, only noticed as there was a comment relating to f&*!% > *g IE in our sass :) > > Chris > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
