-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Parent selector with mutiple selector in var. #1546
Comments
parsing selectors when doing selector interpolation is often asked for and would fix this issue. Until then, please read the so artical above. |
Yes, i know that artcile. I was who asked that question. Also i did modifications to that answer so i could use it more properly while doing work: |
I know +1 posts are bad. But i really would love to have that feature... |
Related to #1421 (not merging since this one is for |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
In SCSS i can do so:
$selector-active: "&:focus, &:hover, &:active";
and then
.class {
...
#{$selector-active} {
...
}
}
And its working.
How can i do this in LESS?
The text was updated successfully, but these errors were encountered: