Your IP : 216.73.217.13


Current Path : /home/p/o/n/poneycluc/www/plugins/system/t4/themes/base/vendors/bootstrap/scss/mixins/
Upload File :
Current File : /home/p/o/n/poneycluc/www/plugins/system/t4/themes/base/vendors/bootstrap/scss/mixins/_size.scss

// Sizing shortcuts

@mixin size($width, $height: $width) {
  width: $width;
  height: $height;
  @include deprecate("`size()`", "v4.3.0", "v5");
}