Steve-Pheriche
Results
1
issues of
Steve-Pheriche
The CSS minifier is removing spaces around asterisks, but CSS calc() requires spaces around asterisks (and all other operators) ### Example input CSS ``` .element { margin-bottom: calc(-1 * var(--grid-row-gap));...