Adds the comparison functions min(), max(), and clamp() to math expressions for numeric CSS values.
The feature has been requested for over a year with many stars, and has been shipped in Safari. We should also make it available in Chromium.
Docs: http://bit.ly/31Yfkm6
Explainers: https://developer.mozilla.org/en-US/docs/Web/CSS/min#Examples https://developer.mozilla.org/en-US/docs/Web/CSS/max#Examples https://developer.mozilla.org/en-US/docs/Web/CSS/clamp#Examples