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

v0.0.4

Compare
Choose a tag to compare
@cvrebert cvrebert released this 19 Jan 01:26
· 64 commits to master since this release

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 postprocessor constant object with postprocessorFor() function. grunt-postcss does not pass along extra options from the Gruntfile, so instead of getting hoverSelectorPrefix from the options object passed along by postcss, our options must now be explicitly passed to postprocessorFor(), which then returns an object of the same type as the old postprocessor property.