diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss index eeff5166c6..2f3263ba78 100644 --- a/scss/bootstrap-reboot.scss +++ b/scss/bootstrap-reboot.scss @@ -2,10 +2,10 @@ // // Includes only Normalize and our custom Reboot reset. -@import "custom"; @import "variables"; @import "mixins/hover"; @import "mixins/tab-focus"; +@import "custom"; @import "normalize"; @import "reboot";