a1exlism
12/22/2017 - 12:16 PM

SCSS_vw_plus_vh

calc(1vh + 1vw)

//  and with Variable
$h = 1vh;
calc(1vw + #{$vh})


/*
 * Refer:
 * https://stackoverflow.com/questions/40198201/css-is-there-a-unit-that-the-equivalent-to-vh-vw
 * https://stackoverflow.com/questions/17982111/sass-variable-in-css-calc-function