You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently postcss-calc prints a warning for the input, which is correct since to use an intrinsic size like max-content you need to use the experimental calc-size() instead of calc(): https://developer.mozilla.org/en-US/docs/Web/CSS/calc-size
This line does not compile, I think because it does not understand
max-content
keyword:width: calc(max-content + (.5 * var(--global-button-padding-right, var(--global-button-padding-horizontal, 0px))));
The text was updated successfully, but these errors were encountered: