This repository was archived by the owner on Dec 19, 2024. It is now read-only.
1.8.0
- Fixed: replacement of
postcss-log-warnings(deprecated) bypostcss-reporter
(#162) - Fixed: CLI now add
tooption automatically
(#159)
If you were happy with the previous CLI behavior (which was not rebasing url), you should probably just add the--no-urlto keep the CSS as it was. - Changed:
compressoption now use cssnano v2.x
(#166) - Added: CLI output file dirname is now automatically created (using
mkdirp)
(#146)