8889841cbenson.clix.co.tz/wp-content/themes/skyhaus/assets/sass/site/vendors/modularscale/_strip-units.scss000064400000000417150516006550032520 0ustar00home/clixcotz// Stripping units is not a best practice // This function should not be used elsewhere // It is used here because calc() doesn't do unit logic // AND target ratios use units as a hack to get a number. @function ms-unitless($val) { @return ($val / ($val - $val + 1)); }