postcss-css-variables
Advanced tools
Changelog
v0.18.0 - 2021-05-11
Changelog
v0.17.0 - 2020-04-24
Changelog
v0.16.0 - 2020-04-24
options.preserve
to determine whether to preserve declaration
Changelog
v0.14.0 - 2019-11-24
resolve-value.js
to allow nested CSS functions
Changelog
v0.13.0 - 2019-06-17
options.preserveAtRulesOrder
so media queries are outputted in the order they are defined (as expected)
calc
from readme table of contents for non-existent section
Changelog
v0.12.0 - 2019-02-21
var( --var )
expression
Changelog
v0.11.0 - 2018-10-09
isImportant
, https://github.com/MadLittleMods/postcss-css-variables/pull/87Changelog
v0.10.0 - 2018-09-25
opts.variables
variable values to string
Changelog
v0.9.0 - 2018-06-26
opts.preserveInjectedVariables
, which when set to false
, removes the :root { ... }
custom property declarations added via opts.variables