Postcss Critical Css Versions Save

PostCSS plugin to define and output critical CSS using custom atRules, and/or custom CSS properties. Critical CSS may be output to one or more files, as defined within the plugin options or within the CSS.

v.2.1.1

7 years ago

Changelog

  • Fixes some test and build warnings/errors
  • Adds a default test

v2.1.0

7 years ago

Changelog

  • Makes the default critical CSS filename configurable via a plugin option. Props @jkphl.

v2.0.1

7 years ago

Changelog

  • Fixes some incorrect code in the README examples.

v2.0.0

7 years ago

Changelog

  • Custom @critical atRule support
  • Static typing with flowtype
  • Code base modularization & refactor
  • More tests

v2.0.0-beta.1

7 years ago
  • Custom@critical at rule support
  • Static typing with flowtype
  • Code base modularization & refactor
  • More tests