[csswg-drafts] [css-values] should clamp get simplified to min or max when possible? (#4757)

emilio has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-values] should clamp get simplified to min or max when possible? ==
That is, should `clamp(10em, 11em, 1000px)` be simplified to `min(11em, 1000px)` or such?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4757 using your GitHub account

Received on Friday, 7 February 2020 13:40:49 UTC