postcss-css-variables
postcss-css-variables copied to clipboard
Add an option 'preserveUndefinedVariables' to keeps undefined variables as is in final output
Currently postcss-css-variables generates undefined in case it process value with undefined variable.
In some cases this is undesirable behavior and undefined variables should be leaved as is without modification.
This PR adds an new option preserveUndefinedVariables in order to achieve this.