]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed: Undefined mixin 'deprecate' when importing 'bootstrap-grid-scss' (#31886)
authorAlexandre Rosario <masserra.alex@gmail.com>
Thu, 15 Oct 2020 13:32:08 +0000 (14:32 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Oct 2020 13:32:08 +0000 (16:32 +0300)
* 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>
scss/bootstrap-grid.scss

index a5cf3b789615523e3bdf5e8ce01385f567c8939b..d88b9c8fb87d199add2c386ca80233b350c861a4 100644 (file)
@@ -19,6 +19,7 @@ html {
 @import "functions";
 @import "variables";
 
+@import "mixins/deprecate";
 @import "mixins/breakpoints";
 @import "mixins/grid-framework";
 @import "mixins/grid";