| Path : /var/www/html/smartcirqls.com/vendors/select2/docs/_sass/vendor/bootstrap/mixins/ |
| Current File : //var/www/html/smartcirqls.com/vendors/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);
}