postcss / postcss-nested

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

feat: add at root support #87

Closed jquense closed 4 years ago

jquense commented 4 years ago

Makes some nicer things possible via composes in astroturf

ai commented 4 years ago

LGTM. Can I ask for two small fixes before the merge and release?

  1. Can you revert code style changes to make a git commit log cleaner? (} if () is a typo mistake of } else if ())
  2. Can you add @at-rule docs to README.md? As a native speaker you will do it better, than me.
ai commented 4 years ago

Released in 4.2. Thanks. Great idea.

jquense commented 4 years ago

🎉 Thanks Andrey!