- Ability to inline critical styles into HTML and defer uncritical styles.
- Add
critical
to peerDependencies.
- Use
/
as separator symbol in URL instead of system separator.
- Logger output slightly prettier text now.
- Repeated recompilation of styles if file is referenced in two or more different templates.
- Style recompiliation on every change that wasn't made in stylesheets.
- Ability to write relative urls of styles.
cssnano
bumped to 5th version.
- User-defined plugins preceed PurgeCSS, autoprefixer and cssnano plugins now.
- Showing message that URLs of styles were inserted into HTML, while there weren't any.
- Color of time is now black (is some terminals it was white by default with yellow background).
- Processing styles accessed by links from HTML, its compilation, normalization and minification.