Hey, I'm the "friend". It looks like the problem is with Compass and not Sass.
If you are already watching a project using Compass and you make an addition that includes "position:relative" the file will compile with no errors and that line will be omitted. However, if you add the line before starting to watch the directory, you'll get the error when you start watching. Using Compass 0.10.2 and Sass 3.0.10 On Jun 8, 4:16 pm, Nathan Weizenbaum <[email protected]> wrote: > What version of Sass are you using? This has printed a warning for a long > time. > > The issue is that "position:relative" is technically a valid selector, and > Sass allows selectors with no content (although it prints a warning). > > > > On Tue, Jun 8, 2010 at 2:40 PM, Michael Narciso <[email protected]> wrote: > > Just wanted to let you know that it's been discovered that: > > > position:relative - is ignored > > position: relative - is not ignored > > > A friend wrestled with this for about an hour. Either this is an error > > or by design. If it's by design then I think an error should be thrown > > rather than failing silently. > > > -- > > 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] <haml%[email protected]>. > > For more options, visit this group at > >http://groups.google.com/group/haml?hl=en. -- 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.
