]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Deprecate size mixin (#28067)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Thu, 7 Feb 2019 07:21:47 +0000 (08:21 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Feb 2019 07:21:47 +0000 (08:21 +0100)
scss/mixins/_size.scss

index b9dd48e8dfdacc6104c2cf360ea30bb65970a32b..69e056d2c1ef94f63abe42f9fba78fbcd85feae0 100644 (file)
@@ -3,4 +3,5 @@
 @mixin size($width, $height: $width) {
   width: $width;
   height: $height;
+  @include deprecate("`size()`", "v4.3.0", "v5");
 }