%PDF- %PDF-
| Direktori : /home/vacivi36/consentimento/assets/vendor/bootstrap/scss/mixins/ |
| Current File : /home/vacivi36/consentimento/assets/vendor/bootstrap/scss/mixins/_size.scss |
// Sizing shortcuts
@mixin size($width, $height: $width) {
width: $width;
height: $height;
@include deprecate("`size()`", "v4.3.0", "v5");
}