Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

52 lines (27 loc) · 1.95 KB

v0.6.0 - 2017-10-9

  • Avoid mangling rules inside @keyframes

v0.5.0 - 2017-5-26

  • Switch options.stackableRoot from :not(#\20) to :not(#\9) to save some bytes

v0.4.0 - 2017-5-18

  • Switch options.stackableRoot from :root to :not(#\20) to get more specificity in selectors

v0.3.0 - 2016-9-9

v0.2.2 - 2015-8-1

  • Add options.stackableRoot to customize the stackable selector used. Defaults to :root
  • Add postcss-plugin-context example. Only apply plugin to certain areas of the CSS.
  • Add note about the default :root not supported in IE8-

v0.2.1 - 2015-7-31

v0.2.0 - 2015-7-30

  • Use repeat-string instead of String.prototype.repeat which doesn't work in node.js

v0.1.2 - 2015-7-30

  • Add tests
  • npm release
  • Add badges to readme

v0.1.0 - 2015-7-30

  • First release