Jelajahi Sumber

swapping order so it's consistent

Eddie Machado 12 tahun lalu
induk
melakukan
7c98ffe8c8
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  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";