'CSS calc Invalid Property Value on Chrome. CSS file contains space. but it's not working on browser. how to fix it?
min.css file (cal contains space)
.img_slide_button_wrap{position:absolute;top:calc(50% - 32px);left:cal(50% + 8px);
on Chrome (cal doesn't contain space. why?)
.img_slide_button_wrap{position:absolute;top:calc(50% - 32px);left:cal(50%+8px);

It should be applied like a css file. What should I do?
Solution 1:[1]
There’s a typo. It’s calc, not cal.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Bumhan Yu |
