compute.scss 106 Bytes
@function bvw($vw) {
  @return $vw / 1440 * 100vw;
}

@function bvh($vh) {
  @return $vh / 1024 * 100vh;
}