Running compass watch on 7.x-3.0-rc2, with an unmodified global.fields.scss:

DEPRECATION WARNING:
On line 59 of "/Applications/MAMP/htdocs/sites/buddhism-for-vampires.com/themes/b4bv/sass/global.fields.scss", after "  &"
Starting in Sass 3.2, "ul.field-items" may only be used at the beginning of a selector.

DEPRECATION WARNING:
On line 64 of "/Applications/MAMP/htdocs/sites/buddhism-for-vampires.com/themes/b4bv/sass/global.fields.scss", after "  &"
Starting in Sass 3.2, "li.field-item" may only be used at the beginning of a selector.

Should I ignore this?

Comments

Jeff Burnz’s picture

This should be fixed in 7.x-3.x-dev, you probably can ignore it if the CSS is being generated correctly.

The new stuff for taxonomy fields looks like this - using class selectors only and no element, can you give this a crack, I don't have an 3.2 install handy right now:

// Taxonomy
.field-type-taxonomy-term-reference {

  // The same bottom margin as p, blockquote, ul, ol and dl
  margin-bottom: 1.5em;

  // Restyle the list when the label is inline
  &.field-label-inline .field-items {
    margin: 0;
    padding: 0;
  }

  &.field-label-inline .field-item {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0; /* LTR */
  }
}
Jeff Burnz’s picture

Status: Active » Fixed

I rather think this is fixed. Please reopen if needed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.