scssCommon.scss 54 B

1234
  1. @function pxtovw($px) {
  2. @return $px / 3.75 * 1vw
  3. }