HOME


sh-3ll 1.0
DIR:/proc/self/cwd/assets/backend/plugins/select2/docs/_sass/vendor/bootstrap/mixins/
Upload File :
Current File : //proc/self/cwd/assets/backend/plugins/select2/docs/_sass/vendor/bootstrap/mixins/_size.scss
// Sizing shortcuts

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

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