소스 검색

swapping order so it's consistent

Eddie Machado 12 년 전
부모
커밋
7c98ffe8c8
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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";