Skip to content

Releases: css-modules/postcss-icss-composes

v2.0.1

13 Jun 18:14
Compare
Choose a tag to compare

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.