v2.0.0
Changelog
[2.0.0] - 2019-06-11
Added
- The plugin now supports browserslist to polyfill only what's needed! If your project has a browserslist config and all browsers specified there support CSS Custom Property, the PostCSS transform will use a CSS variable instead of the
font-familyworkaround. 💡
BREAKING: Requires smoothscroll-anchor-polyfill v1.3.0 or higher.