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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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