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

incorrectly expand css nesting rules #38

Closed
tbela99 opened this issue Jun 20, 2024 · 0 comments · Fixed by #39 or #40
Closed

incorrectly expand css nesting rules #38

tbela99 opened this issue Jun 20, 2024 · 0 comments · Fixed by #39 or #40
Milestone

Comments

@tbela99
Copy link
Owner

tbela99 commented Jun 20, 2024

.error, #404 {
 &:hover>.baz {
  color: red
 }
}

is expanded as

.error,#404:hover>.baz {
 color: red
}

it should be

:is(.error,#404):hover>.baz {
 color: red
}
@tbela99 tbela99 added this to the v0.5.3 milestone Jun 20, 2024
@tbela99 tbela99 linked a pull request Jun 20, 2024 that will close this issue
tbela99 added a commit that referenced this issue Jun 20, 2024
incorrectly expand css nesting rules #38
tbela99 added a commit that referenced this issue Jun 23, 2024
@tbela99 tbela99 linked a pull request Jun 23, 2024 that will close this issue
tbela99 added a commit that referenced this issue Jul 5, 2024
@tbela99 tbela99 modified the milestones: v0.5.3, v0.5.4 Jul 5, 2024
tbela99 added a commit that referenced this issue Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant