- Using CSSO as default minifier as it now supports source maps (and is overall the awesomest there).
- Updated all the deps to the latest.
- Using latest PostCSS with proper options and stuff.
- Added a way to disable any minifier.
- Added a way to detect the default minifier by its options.
- Added a way to set the default minifier by passing
true
instead of its options. - Updated deps.
- Added inline sourcemaps support.
- Added CSSWring and clean-css as alternative minifiers.
- Added
minifier
option for setting the default minifier. - Updated deps.
- Updated autoprefixer to 2.0.
- Updated Stylus.
- Updated autoprefixer.
- Added ability to disable any plugin.
- Added ability to pass options to the used plugins.
- Using the patched version of pixrem from the npm.
- Initial version.