Upgrade to bootstrap 4.5
[roojs1] / scss / bootstrap / mixins / _size.scss
index b9dd48e..69e056d 100644 (file)
@@ -3,4 +3,5 @@
 @mixin size($width, $height: $width) {
   width: $width;
   height: $height;
+  @include deprecate("`size()`", "v4.3.0", "v5");
 }