]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
switching position of custom in bootstrap.scss for better efficiency 18398/head
authorStephanie Kendall <stephaniedkendall@gmail.com>
Wed, 16 Dec 2015 15:27:09 +0000 (09:27 -0600)
committerStephanie Kendall <stephaniedkendall@gmail.com>
Wed, 16 Dec 2015 15:27:09 +0000 (09:27 -0600)
scss/bootstrap.scss

index 8f7e90ea2f462818d10cfdb6bbbcc6d3bc593101..5ead350f96920af199a6e889df42d4c469a20277 100644 (file)
@@ -5,8 +5,8 @@
  */
 
 // Core variables and mixins
-@import "variables";
 @import "custom";
+@import "variables";
 @import "mixins";
 
 // Reset and dependencies