1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

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 <xhmikosr@gmail.com>
This commit is contained in:
Alexandre Rosario
2020-10-15 14:32:08 +01:00
committed by GitHub
parent f86149807d
commit b1ae785f40

View File

@@ -19,6 +19,7 @@ html {
@import "functions";
@import "variables";
@import "mixins/deprecate";
@import "mixins/breakpoints";
@import "mixins/grid-framework";
@import "mixins/grid";