1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02: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; 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) { @mixin make-col-ready($gutter: $grid-gutter-width) {