2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

switching position of custom in bootstrap.scss for better efficiency

This commit is contained in:
Stephanie Kendall
2015-12-16 09:27:09 -06:00
parent aaae40c069
commit 523c5a3d1a
+1 -1
View File
@@ -5,8 +5,8 @@
*/ */
// Core variables and mixins // Core variables and mixins
@import "variables";
@import "custom"; @import "custom";
@import "variables";
@import "mixins"; @import "mixins";
// Reset and dependencies // Reset and dependencies