Skip to content

Commit

Permalink
Remove undefined $ignore-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and XhmikosR committed Aug 6, 2020
1 parent e6ab4ad commit c0aa405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/mixins/_grid.scss
Expand Up @@ -24,7 +24,7 @@
max-width: $container-max-width;
}
}
@include deprecate("The `make-container-max-widths` mixin", "v4.5.2", "v5", $ignore-warning);
@include deprecate("The `make-container-max-widths` mixin", "v4.5.2", "v5");
}

@mixin make-col-ready($gutter: $grid-gutter-width) {
Expand Down

0 comments on commit c0aa405

Please sign in to comment.