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 #45

Closed
tbela99 opened this issue Sep 11, 2024 · 0 comments · May be fixed by #47
Closed

incorrectly expand css nesting rules #45

tbela99 opened this issue Sep 11, 2024 · 0 comments · May be fixed by #47
Milestone

Comments

@tbela99
Copy link
Owner

tbela99 commented Sep 11, 2024

.s {
 [type=text],[type=text i],[type=text s],[type=text i]+b,&:focus {
  --animate-duration: 1s
 }

the result is incorrect

parse(file, {
                minify: true, nestingRules: true, validation: true
            }).then(result => expect(render(result.ast, {minify: false, expandNestingRules: true}).code)
@tbela99 tbela99 added this to the v0.8.0 milestone Sep 11, 2024
tbela99 added a commit that referenced this issue Sep 11, 2024
@tbela99 tbela99 linked a pull request Sep 11, 2024 that will close this issue
4 tasks
@tbela99 tbela99 closed this as completed Sep 14, 2024
@tbela99 tbela99 modified the milestones: v0.8.0, v0.7.1 Sep 17, 2024
tbela99 added a commit that referenced this issue Sep 17, 2024
tbela99 added a commit that referenced this issue Sep 17, 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
Development

Successfully merging a pull request may close this issue.

1 participant