Releases: css-modules/postcss-icss-composes
Releases · css-modules/postcss-icss-composes
v2.0.1
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 justcomposes: ident;
. Similar to current keyframes behavior.