Issue with CSS calc
-
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Issue with CSS calc’ is closed to new replies.