Skip to content

Commit

Permalink
Deprecate the make-container-max-widths mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Aug 6, 2020
1 parent c4619c9 commit 99de9c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/mixins/_grid.scss
Expand Up @@ -25,6 +25,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) {
Expand Down

0 comments on commit 99de9c8

Please sign in to comment.