| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/_round-px.scss.tar |
lebauwcentre/wp-content/themes/customify/assets/sass/site/vendors/modularscale/_round-px.scss 0000644 00000000257 15114100750 0032017 0 ustar 00 home/xbodynamge // No reason to have decimal pixel values,
// normalize them to whole numbers.
@function ms-round-px($r) {
@if unit($r) == 'px' {
@return round($r);
}
@return $r;
}