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
To reproduce:
@a: 1px; @b: 2px; @c: @a + @b; @radio-cls: radio; @radio-cls-checked: @{radio-cls}_checked; .@{radio-cls-checked} { border-color: #fff; }
Also here is a online playground for reproducing the issue above.
Current behavior:
._checked { border-color: #fff; }
Expected behavior:
.radio_checked { border-color: #fff; }
Environment information:
less
nodejs
operating system
Workaround
The text was updated successfully, but these errors were encountered:
@iChenLei cc
Sorry, something went wrong.
@liuliangsir That's a fascinating and bizarre bug. The first statements should have no effect on the statement following but somehow they do. 🤔
I have a fix for this issue that passes all tests. I will try to submit a PR sometime this weekend.
No branches or pull requests
To reproduce:
Also here is a online playground for reproducing the issue above.
Current behavior:
Expected behavior:
Environment information:
less
version: 4.2.0nodejs
version: N/Aoperating system
: N/AWorkaround
The text was updated successfully, but these errors were encountered: