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

PostCSS plugin for making calculations with math.js

Results 4 postcss-math issues
Sort by recently updated
recently updated
newest added

https://app.snyk.io/vuln/SNYK-JS-MATHJS-1016401 need to update mathjs to 7.5.1

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

We're using [prettier](https://github.com/prettier/prettier) to format our CSS. This means that lines break when going over 80 characters. It seems that `maths.eval` breaks lines into an array, and after calling `toString`...