postcss-math icon indicating copy to clipboard operation
postcss-math copied to clipboard

Something went wrong

Open PavelNSH opened this issue 3 years ago • 0 comments

After updating postcss, the plugin stopped recognizing variables. You have to do something like this:

.pipe (postcss (processors)) .pipe (postcss ([require ('postcss-math')]))

Otherwise the error is: Undefined symbol $somevar

PavelNSH avatar Mar 11 '21 10:03 PavelNSH