Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

5.1.1

Compare
Choose a tag to compare
@jonathantneal jonathantneal released this 19 Sep 03:38
· 14 commits to master since this release
  • Added: New preserve option to preserve custom selectors and rules using them
  • Added: New importFrom option to specify where to import custom selectors
  • Added: New exportTo function to specify where to export custom selectors
  • Added: Support for PostCSS 7+
  • Added: Support for Node 6+
  • Fixed: Selectors like .foo:--h1 become h1.foo instead of .fooh1