diff --git a/jit/pluginUtils.js b/jit/pluginUtils.js index e3089c26a..5cf4c5d36 100644 --- a/jit/pluginUtils.js +++ b/jit/pluginUtils.js @@ -112,7 +112,10 @@ function asValue(modifier, lookup = {}, { validate = () => true, transform = (v) } // add spaces around operators inside calc() that do not follow an operator or ( - return transform(value).replace(/(?<=^calc\(.+?)(?
+ + +