aboutsummaryrefslogtreecommitdiff
path: root/source/stylesheets/screen.sass
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/stylesheets/screen.sass12
1 files changed, 10 insertions, 2 deletions
diff --git a/source/stylesheets/screen.sass b/source/stylesheets/screen.sass
index 51e46f6c..e7fcb538 100644
--- a/source/stylesheets/screen.sass
+++ b/source/stylesheets/screen.sass
@@ -1,3 +1,11 @@
+/* SASS mixins */
@import library.sass
-@import partials/base.sass
-@import partials/main.sass \ No newline at end of file
+
+/* primary SASS */
+@import base.sass
+@import theme.sass
+@import typography.sass
+@import layout.sass
+
+/* specific SASS */
+@import partials.sass \ No newline at end of file