Browse Source

swapping order so it's consistent

Eddie Machado 12 năm trước cách đây
mục cha
commit
7c98ffe8c8
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      library/scss/style.scss

+ 3 - 3
library/scss/style.scss

@@ -26,12 +26,12 @@ the whole project.
 // normalize: http://necolas.github.io/normalize.css/
 @import "partials/normalize";
 
-// typography
-@import "partials/typography";
-
 // Sass variables
 @import "partials/variables";
 
+// typography
+@import "partials/typography";
+
 // Sass functions
 @import "partials/functions";