فهرست منبع

changes order of styles for performance reasons

rose 2 سال پیش
والد
کامیت
52edb9f5cb
1فایلهای تغییر یافته به همراه9 افزوده شده و 9 حذف شده
  1. 9 9
      src/style/main.scss

+ 9 - 9
src/style/main.scss

@@ -10,15 +10,6 @@ body {
     @include geologica-font;
     font-size: medium;
 }
-
-@import "header";
-
-@import "text";
-
-@import "home";
-
-@import "termine";
-
 .center {
     align-items: center;
     text-align: center;
@@ -37,3 +28,12 @@ main {
         width: 78.333%;
     }
 }
+
+@import "header";
+
+@import "text";
+
+@import "home";
+
+@import "termine";
+