| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| 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.scss 0000644 00000000417 15113642110 0032542 0 ustar 00 home/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));
}