Uncss Versions Save

Remove unused styles from CSS

0.17.3

4 years ago

0.17.2

4 years ago
  • Fixed #407
  • Fixed implementation details in the postcss plugin

0.17.1

4 years ago
  • Fixed a bug in the handling of jsdom options.

0.17.0

4 years ago
  • Added option to specify jsdom page-creation options.
  • Output from the jsdom windows is now redirected to stderr by default.
  • Added the output option to write to file, insted of stdout.
  • Updated to PostCSS 7

0.16.2

6 years ago

Support for injecting JS on page load before uncss runs, as well as some bug fixes.

0.16.1

6 years ago

Fix regression causing selectors with multiple pseudo-classes to be ignored.

0.16.0

6 years ago

A bunch of internal cleanups, and removed support for older versions of Node.

0.15.0

6 years ago

Migrate from PhantomJS to JSDom, and update our package.json dependencies (cleaning up some warnings).

0.14.1

7 years ago

Fix a missing async dependency.

0.14.0

7 years ago

Sourcemap support, better parallelization, some CSS handling fixes:

  • PostCSS rewrite to handle larger variety of CSS with source preservation (including sourcemap support!)
  • Handle large number of HTML files better (though serialization)
  • Better CSS handling (will trim vendor-specific prefixes if unused, can handle multiple animation names, etc)