?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/admin7261/themes/default/scss/vendor/bootstrap-sass/mixins/



?? Go up: /home/webdevt/prestashop17/admin7261/themes/default/scss/vendor/bootstrap-sass

?? Viewing: _size.scss

// Sizing shortcuts

@mixin size($width, $height) {
  width: $width;
  height: $height;
}

@mixin square($size) {
  @include size($size, $size);
}


??

??