-
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
Output of interpolated selector with nested rules is different than written out #3098
Comments
No. In short |
matthew-dean
added a commit
to matthew-dean/less.js
that referenced
this issue
Jun 3, 2018
matthew-dean
added a commit
that referenced
this issue
Jun 16, 2018
matthew-dean
added a commit
that referenced
this issue
Jun 25, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed this while playing around with selector interpolation on less2css.org (v2.5.3):
If I use an interpolated selector with nested rules, the output is not what I expected (when compared to written out). For example, the given input:
provides the following output:
Shouldn't the interpolated class output include
+ .z
for each selector instead of just the final one,.c
?The text was updated successfully, but these errors were encountered: