Skip to content
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

selector with comma from variable not resolved correctly with parent selector #2079

Closed
danielrentz opened this issue Jun 30, 2014 · 2 comments

Comments

@danielrentz
Copy link

minimal example:

.mixin(@selector) { @{selector} { color: red; } }
div { .mixin(~".a, .b"); }

resolves to
div .a, .b { color: red }
instead of
div .a, div .b { color: red }

@seven-phases-max
Copy link
Member

See #1421, #1694 etc.

@seven-phases-max
Copy link
Member

Closing as duplicate of #1421.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants