postcss / postcss-nested

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

Wrong compilation #83

Closed smercadomx closed 5 years ago

smercadomx commented 5 years ago

Since version 4.1.1 this:

[aria-label=“”] { ...}

Is being compiled to this:

[aria-label] { ...}
ai commented 5 years ago

Hi. Thanks for the report.

I am right now on vacation in the Atakama dessert. Can I ask you to help me with this and send PR?

darotar commented 5 years ago

As I see, since 4.1.2 this is already fixed

@smercadomx How it works for you now?