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
extend doesn't work inside a media query, with a pusedo selector before. The content seems not to appear inside the class '.two' upon hover
/* icon.less file */ .icon-chev:before { content: "\g106"; } /* my.less file */ @media (min-width: @screen-sm-min) { .one { &:hover { .two { &:extend(.icon-chev all); color: #fff; } } } }
The text was updated successfully, but these errors were encountered:
It should not. See http://lesscss.org/features/#extend-feature-scoping-extend-inside-media (also #1922 and #2095).
Sorry, something went wrong.
Closing as expected behaviour.
No branches or pull requests
extend doesn't work inside a media query, with a pusedo selector before. The content seems not to appear inside the class '.two' upon hover
The text was updated successfully, but these errors were encountered: