postcss / postcss-nested

PostCSS plugin to unwrap nested rules like how Sass does it.
MIT License
1.17k stars 65 forks source link

Fixed an incorrect nesting error #166

Closed Ulyanov-programmer closed 3 weeks ago

Ulyanov-programmer commented 3 weeks ago

A test was also added with a situation that was solved.

This is the solution to the problem I wrote about https://github.com/postcss/postcss-nested/pull/165#issuecomment-2449986199. It's strange that you didn't see it and made a release.

ai commented 3 weeks ago

Can you resolve the merge conflict?