Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#7797 closed defect (bug) (fixed)

Invalid SASS syntax: not(".tabbbed-links")

Reported by: boonebgorges Owned by: boonebgorges
Priority: normal Milestone: 3.0
Component: Templates Version:
Severity: normal Keywords:
Cc:

Description

:not(".tabbed-links") is throwing an error for my SASS compiler, because :not() selectors should not be quoted.

Introduced in [11974]

Change History (3)

#1 @boonebgorges
8 years ago

  • Owner set to boonebgorges
  • Resolutionfixed
  • Status newclosed

In 12043:

Fix incorrect :not() syntax.

Fixes #7797.

#2 @r-a-y
8 years ago

In 12049:

Nouveau: After r12043, mirror change for RTL CSS.

See #7797.

#3 @hnla
8 years ago

Thanks for catching... odd that my linting doesn't pick that up, passes it without a murmur!

Note: See TracTickets for help on using tickets.