]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
_custom.scss should be the first include
authorZulfiqar Ali <desheikh@gmail.com>
Sun, 8 Jan 2017 04:38:43 +0000 (23:38 -0500)
committerMark Otto <markd.otto@gmail.com>
Tue, 10 Jan 2017 05:03:40 +0000 (21:03 -0800)
scss/bootstrap.scss

index 88a60cafa0b9cf25580bee8bc74dadb0e9d6b236..e47021ce9deba65eea171e5a49522036f28c2ae4 100644 (file)
@@ -6,9 +6,9 @@
  */
 
 // Core variables and mixins
+@import "custom";
 @import "variables";
 @import "mixins";
-@import "custom";
 
 // Reset and dependencies
 @import "normalize";