We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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