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

Combine duplicated selectors within a group #248

Open
ChristianMurphy opened this issue Oct 16, 2018 · 1 comment
Open

Combine duplicated selectors within a group #248

ChristianMurphy opened this issue Oct 16, 2018 · 1 comment

Comments

@ChristianMurphy
Copy link
Owner

.one.two, .two.one {}
/* becomes */
.one.two {}

.three.two .one, .two.three .one {}
/* becomes */
.three.two .one {}
@ChristianMurphy
Copy link
Owner Author

📓 this test will need to be updated

'.one {&.two, .two& {}} .one {.two&, &.two {}}',
'.one.two, .two.one {}'

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

No branches or pull requests

1 participant