This repository was archived by the owner on Sep 6, 2018. It is now read-only.
v0.0.4
Released 2015-01-18.
Note: Contains a breaking Node.js-side API change!
- 9d035dd: Fixed postprocessor crash that happened whenever the CSS contained a media-type-only media query; e.g.
@media print {...} - 5b3cac9: Replaced
postprocessorconstant object withpostprocessorFor()function.grunt-postcssdoes not pass along extra options from the Gruntfile, so instead of gettinghoverSelectorPrefixfrom the options object passed along by postcss, our options must now be explicitly passed topostprocessorFor(), which then returns an object of the same type as the oldpostprocessorproperty.