Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Incorrect selector output with Libsass 3.2.3 - 3.2.5 #24

Closed
danielguillan opened this issue Jun 3, 2015 · 0 comments
Closed

Incorrect selector output with Libsass 3.2.3 - 3.2.5 #24

danielguillan opened this issue Jun 3, 2015 · 0 comments
Labels

Comments

@danielguillan
Copy link
Owner

A bug was introduced in Libsass 3.2.3. It makes the Modernizr mixin output the wrong selector.

Example:

.selector { @include yep(csstransforms) { … }

Incorrectly compiles to:

.selector .csstransforms .selector { … }

Instead of:

.csstransforms .selector { … }

The issue has been fixed and will be available this August September? with the release of Libsass 3.3.

In the meantime, the only possible workaround is to use Libsass 3.2.2 to compile our code.

@danielguillan danielguillan changed the title Incorrect selector output with Libsass 3.2.3 or 3.2.4 Incorrect selector output with Libsass 3.2.3 - 3.2.5 Aug 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant