Skip to content

Releases: css-modules/postcss-icss-selectors

v2.0.0

13 Jun 19:00
Compare
Choose a tag to compare

This project is combination of postcss-modules-local-by-default and postcss-modules-scope with separated selectors scoping funtionality.
Here a few notable changes

  • keyframes scoping implemented now in postcss-icss-keyframes
  • checking consistency and pure mode was removed. Linting is more appreciated here
  • .class:local.class not allowed anymore in favour of .class:local(.class) or .class :local .class
  • url scoping is removed. Much better to control all paths with loader functionality via postcss-icss-url
  • :global { .selector {} } behavior was removed