Skip to content

Commit

Permalink
Fixed: Undefined mixin 'deprecate' when importing 'bootstrap-grid-scs…
Browse files Browse the repository at this point in the history
…s' (#31886)

* Fixed: Undefined mixin 'deprecate' when importing 'bootstrap-grid-scss'

* Updated: Mixin import moved down to feature together with others

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
masserra and XhmikosR committed Oct 15, 2020
1 parent f861498 commit b1ae785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/bootstrap-grid.scss
Expand Up @@ -19,6 +19,7 @@ html {
@import "functions";
@import "variables";

@import "mixins/deprecate";
@import "mixins/breakpoints";
@import "mixins/grid-framework";
@import "mixins/grid";
Expand Down

0 comments on commit b1ae785

Please sign in to comment.