-
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
Extend hyphen named class name does not work #2893
Comments
I can't reproduce you results with recent Less versions (i.e. 2.5.x-2.6.x). |
I have created small project for this: To run please install |
Closing as duplicate of #2200. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey guys,
Does not work next:
But works well when there is not hyphen here u- like that:
Expect:
.aaa { position: relative; }
Actual:
.aaa {}
or does not exist at all.Please extend this test, or similar with one letter before dash in :extend
P.S. Possibly the same problem as for #1328 here mentioned.
P.P.S. extend of
.uu-relative
works well.The text was updated successfully, but these errors were encountered: