postcss-css-variables icon indicating copy to clipboard operation
postcss-css-variables copied to clipboard

Add an option 'preserveUndefinedVariables' to keeps undefined variables as is in final output

Open vithar opened this issue 2 years ago • 0 comments

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.

vithar avatar Sep 02 '23 14:09 vithar