Before: padding-top: calc(100% / (650 / 320) + 1em); After CssMin: padding-top: calc(100% / (650 / 320)+1em); //This code does not work According to the specification, after and before the minus and plus sign a space character is needed
Before: padding-top: calc(100% / (650 / 320) + 1em);
After CssMin: padding-top: calc(100% / (650 / 320)+1em); //This code does not work
According to the specification, after and before the minus and plus sign a space character is needed