Calculating column widths with css's calc + sass
wish help you to fix your issue CSS can't parse values with the unit
outside a set of parentheses, e.g., calc((10)% + (5)px). Instead, CSS needs
the units directly attached to their respective numbers, e.g., calc(10% +
5px).Here's a fix for your roun
Date : January 11 2021, 02:18 PM , By : Star Gryphon