From b1ae785f40395a442b6b6f1e3134df1c5af1c059 Mon Sep 17 00:00:00 2001 From: Alexandre Rosario Date: Thu, 15 Oct 2020 14:32:08 +0100 Subject: [PATCH] Fixed: Undefined mixin 'deprecate' when importing 'bootstrap-grid-scss' (#31886) * Fixed: Undefined mixin 'deprecate' when importing 'bootstrap-grid-scss' * Updated: Mixin import moved down to feature together with others Co-authored-by: XhmikosR --- scss/bootstrap-grid.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss index a5cf3b7896..d88b9c8fb8 100644 --- a/scss/bootstrap-grid.scss +++ b/scss/bootstrap-grid.scss @@ -19,6 +19,7 @@ html { @import "functions"; @import "variables"; +@import "mixins/deprecate"; @import "mixins/breakpoints"; @import "mixins/grid-framework"; @import "mixins/grid";