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
.their-divA .their-divB { display: inline-block; }
@import (less, reference) 'parent.css'; .myFunction() { .my-divA:extend(.their-divA all) {} .my-divB:extend(.their-divB all) {} } .myFunction();
.my-divA .their-divB, .their-divA .my-divB { display: inline-block; }
.my-divA .my-divB { display: inline-block; }
Any pointers please?
Thanks! ~VS
The text was updated successfully, but these errors were encountered:
See #1851 and #1952 (+ #1641 for wider examples).
Sorry, something went wrong.
Ah, ok! Thanks!
Closing as duplicate of #1851 and #1952.
No branches or pull requests
parent.css
child.less
Current Output
Desired Output
Any pointers please?
Thanks!
~VS
The text was updated successfully, but these errors were encountered: