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
@variable: .bucket; @{variable} { // interpolated selector color: blue; } .some-class:extend(.bucket) {}
will output
.bucket, .some-class { color: blue; }
It's matched!!! My version of less is 3.12.2.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Selector Interpolation with Extend
will output
It's matched!!!
My version of less is 3.12.2.
The text was updated successfully, but these errors were encountered: