- fix resolution of variables that contain a CSS function in their fallback
- remove Component(1) support
- add the option to preserve variables in the output
- update syntax from
var-*
to--*
to match spec
- fix persistent vars map
- fix
var-*
property stripping from output
- fix the plugin throwing errors when processing anything that isn't a basic rule
- limit variable declarations to
:root
- determine the value of variables before replacement
- disallow variable declarations within
@media
and@supports
- add support for fallback values
- add support for overwriting variable values
- add stripping of old
var-*
properties from output
- fix for comments nested inside selectors