Unverified Commit 311d6dab authored by Martijn Cuppens's avatar Martijn Cuppens Committed by GitHub
Browse files

Deprecate size mixin (#28067)

parent 8f4f2014
Showing with 1 addition and 0 deletions
+1 -0
......@@ -3,4 +3,5 @@
@mixin size($width, $height: $width) {
width: $width;
height: $height;
@include deprecate("`size()`", "v4.3.0", "v5");
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment