This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
Releases: postcss/postcss-custom-properties
Releases · postcss/postcss-custom-properties
6.0.0
- Added: compatibility with postcss v6.x
5.0.2
5.0.1
5.0.0
4.1.0
4.0.0
3.3.0
- Added:
preserve
now support"computed"
so only preserve resolved custom properties (see new option below) - Added:
appendVariables
allows you (whenpreserve
is trulthy) to append your variables as custom properties - Added:
strict: false
allows your to avoid too many fallbacks added in your CSS.