Skip to content

v2.0.1

Latest
Compare
Choose a tag to compare
@TrySound TrySound released this 13 Jun 18:14
· 4 commits to master since this release

This project is combination of postcss-modules-scope and postcss-modules-extract-imports with separated composes functionality. Here a few notable changes

  • Now you'll get warning trying to use composes in media queries, because conditional composes suck (static).
  • composes: ident from global; was removed in favour of just composes: ident;. Similar to current keyframes behavior.