```css a { width: calc(min(max(var(--foo), 0), 100)) } ``` Ref: https://github.com/cssnano/cssnano/issues/949