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/_round-px.scss.tar

lebauwcentre/wp-content/themes/customify/assets/sass/site/vendors/modularscale/_round-px.scss000064400000000257151141007500032017 0ustar00home/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;
}