-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Not working with nested media queries #6
Comments
I am also experiencing this issue:
The override font extension is being stripped out from inside the media query, however all the other CSS rules, including mixins, are working correctly |
Yes, I noticed this bug, and I don’t like it either. I think the plugin should be re-written to accept the context of the rule being extended. |
I'm having the same problem, did anyone find a way to overcome this? |
Only way I found was to stop using postcss-extend (moved my font declarations into mixins) |
Thank you, I would also like to voluntarily participate in the organization and provide assistance :) have a good work. |
Works on my machine™ I have |
Using
postcss-extend-rule
andpostcss-nesting
together but coming across an issue where@extend
definitions nested media queries are being stripped.I would expect
The text was updated successfully, but these errors were encountered: