Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@TrySound TrySound released this 13 Jun 19:00
· 6 commits to master since this release

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