Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/_strip-units.scss.tar

lebauwcentre/wp-content/themes/customify/assets/sass/site/vendors/modularscale/_strip-units.scss000064400000000417151136421100032542 0ustar00home/xbodynamge// 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));
}