compute.scss 106 Bytes EditWeb IDE 1 2 3 4 5 6 7 @function bvw($vw) { @return $vw / 1440 * 100vw; } @function bvh($vh) { @return $vh / 1024 * 100vh; }