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 af4419b commit e6ab4ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/mixins/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e6ab4ad

Please sign in to comment.