We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, im having a problem which I believe is related to Libsass. Im using the eq.js library, which declares a mixin making use of @at-root and extending features. The code for that can be viewed at: https://github.com/Snugug/eq.js/blob/1.x.x/sass/_eq.scss#L25-L47
This mixin is used like this:
.loop--list{ @include eq("large") { border: 1px solid red; }
Which is expected to output something like:
.loop--list[data-eq-state$='"large"'] { border: 1px solid red }
What happens instead is this:
.loop--list .loop--list[data-eq-state$='"large"'] { border: 1px solid red }
Thanks.
The text was updated successfully, but these errors were encountered:
Please produce a copy pastable working code. We don't have to dig around into other people's libraries.
I believe this is likely a duplicate of #1297 and will be fixed by next LibSass release.
Sorry, something went wrong.
Closing because there is not enough information here to proceed. Please re-open once you can provide working sample code. Thank you!
No branches or pull requests
Hi, im having a problem which I believe is related to Libsass.
Im using the eq.js library, which declares a mixin making use of @at-root and extending features. The code for that can be viewed at:
https://github.com/Snugug/eq.js/blob/1.x.x/sass/_eq.scss#L25-L47
This mixin is used like this:
Which is expected to output something like:
What happens instead is this:
Thanks.
The text was updated successfully, but these errors were encountered: