such as
.some-class
position absolute
left max(0px, 20vh - 100px)
my intention was calling https://developer.mozilla.org/en-US/docs/Web/CSS/max
but due to http://stylus-lang.com/docs/bifs.html#mina-b, in this case, the 'left' will always be '0px'
how can i solve it?