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
Continued from #1651
.a { display: block; } .b { @at-root (with: media) { @extend .a; } }
Should error:
Error: Extend directives may only be used within rules.
Error is disabled for now until we figure out how to handle with and without correctly
with
without
The text was updated successfully, but these errors were encountered:
IIRC problem is that throw this error the wrong time. It's impossible know if something can be extended to after eval is complete.
Sorry, something went wrong.
Error throwing should be at the right position in the code by now. I rather think we do not implement with/without in css bubbling.
mgreter
No branches or pull requests
Continued from #1651
Should error:
Error is disabled for now until we figure out how to handle
with
andwithout
correctlyThe text was updated successfully, but these errors were encountered: