0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Deprecate the make-container-max-widths mixin

This commit is contained in:
XhmikosR 2020-08-06 18:27:05 +03:00
parent af4419b723
commit e6ab4ad86a

View File

@ -24,6 +24,7 @@
max-width: $container-max-width;
}
}
@include deprecate("The `make-container-max-widths` mixin", "v4.5.2", "v5", $ignore-warning);
}
@mixin make-col-ready($gutter: $grid-gutter-width) {