How does css calc write with the stylus function?

rem ($px)
return ($px / $vw_fontsize) * 1rem

tried height calc (~ "100%-rem (50)") No
how to write it?
Thank you

Mar.30,2021

height 'calc (100% s)'% rem (50)

Menu