Upgrade to bootstrap 4.5
[roojs1] / scss / bootstrap / mixins / _size.scss
1 // Sizing shortcuts
2
3 @mixin size($width, $height: $width) {
4   width: $width;
5   height: $height;
6   @include deprecate("`size()`", "v4.3.0", "v5");
7 }