Skip to:
Content

BuddyPress.org

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#7797 closed defect (bug) (fixed)

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

Reported by: boonebgorges's profile boonebgorges Owned by: boonebgorges's profile boonebgorges
Milestone: 3.0 Priority: normal
Severity: normal Version:
Component: Templates 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
7 years ago

  • Owner set to boonebgorges
  • Resolution set to fixed
  • Status changed from new to closed

In 12043:

Fix incorrect :not() syntax.

Fixes #7797.

#2 @r-a-y
7 years ago

In 12049:

Nouveau: After r12043, mirror change for RTL CSS.

See #7797.

#3 @hnla
7 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.