Skip to content

Selector unification is asymmetrical for the universal selector #2247

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
nex3 opened this issue Feb 20, 2017 · 0 comments
Closed

Selector unification is asymmetrical for the universal selector #2247

nex3 opened this issue Feb 20, 2017 · 0 comments
Labels
bug Something isn't working

Comments

@nex3
Copy link
Contributor

nex3 commented Feb 20, 2017

Currently the unification of the universal selector, *, isn't symmetrical. selector-unify("*", ".a") returns (("*.a")), but selector-unify(".a", "*") returns ((".a")). The latter is correct; a universal selector without a namespace should be eliminated any time there's another selector present.

@nex3 nex3 added bug Something isn't working Dart Sass Compatibility labels Feb 20, 2017
nex3 added a commit to sass/dart-sass that referenced this issue Feb 21, 2017
nex3 added a commit to sass/dart-sass that referenced this issue Feb 24, 2017
nex3 added a commit to sass/dart-sass that referenced this issue Feb 25, 2017
nex3 added a commit to sass/dart-sass that referenced this issue May 26, 2017
nex3 added a commit to sass/sass-spec that referenced this issue May 28, 2017
nex3 added a commit to sass/dart-sass that referenced this issue May 28, 2017
nex3 added a commit to sass/dart-sass that referenced this issue May 28, 2017
nex3 added a commit to sass/sass-spec that referenced this issue May 28, 2017
nex3 added a commit to sass/sass-spec that referenced this issue Jun 16, 2017
nex3 added a commit that referenced this issue Jun 16, 2017
nex3 added a commit that referenced this issue Jun 16, 2017
nex3 added a commit to sass/sass-spec that referenced this issue Jun 16, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant