Replies: 0
When optimize CSS settings are enabled, we run into an issue with concatenation and calc.
For example “calc(16.66667% + .9375rem)”
becomes
“calc(16.66667%+.9375rem)”
This causes errors in IE and edge. Can you please update the plugin so that there is a space around the operator to solve this issue?