mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 23:40:23 +00:00
Deprecate size mixin (#28067)
This commit is contained in:
parent
8f4f201424
commit
311d6dab68
1 changed files with 1 additions and 0 deletions
|
|
@ -3,4 +3,5 @@
|
|||
@mixin size($width, $height: $width) {
|
||||
width: $width;
|
||||
height: $height;
|
||||
@include deprecate("`size()`", "v4.3.0", "v5");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue