2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

v5: Drop deprecated size mixin (#28460)

This commit is contained in:
Mark Otto
2019-03-12 01:02:17 -07:00
committed by XhmikosR
parent 89d7384944
commit d6501970ad
2 changed files with 0 additions and 8 deletions
-7
View File
@@ -1,7 +0,0 @@
// Sizing shortcuts
@mixin size($width, $height: $width) {
width: $width;
height: $height;
@include deprecate("`size()`", "v4.3.0", "v5");
}