1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 10:05:40 +02:00

Deprecate size mixin (#28067)

This commit is contained in:
Martijn Cuppens
2019-02-07 08:21:47 +01:00
committed by GitHub
parent 8f4f201424
commit 311d6dab68

View File

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