mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 10:10:24 +00:00
v5: Drop deprecated size mixin (#28460)
This commit is contained in:
parent
89d7384944
commit
d6501970ad
2 changed files with 0 additions and 8 deletions
|
|
@ -15,7 +15,6 @@
|
|||
@import "mixins/badge";
|
||||
@import "mixins/resize";
|
||||
@import "mixins/screen-reader";
|
||||
@import "mixins/size";
|
||||
@import "mixins/reset-text";
|
||||
@import "mixins/text-emphasis";
|
||||
@import "mixins/text-hide";
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
// Sizing shortcuts
|
||||
|
||||
@mixin size($width, $height: $width) {
|
||||
width: $width;
|
||||
height: $height;
|
||||
@include deprecate("`size()`", "v4.3.0", "v5");
|
||||
}
|
||||
Loading…
Reference in a new issue