summaryrefslogtreecommitdiffstats
path: root/assets/sass/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/style.scss')
-rw-r--r--assets/sass/style.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/sass/style.scss b/assets/sass/style.scss
index 91b45a2..1546192 100644
--- a/assets/sass/style.scss
+++ b/assets/sass/style.scss
@@ -20,6 +20,11 @@ $text-color: #454545;
$heading-color: #404040;
$link-color: #841212;
+// - - - - - - - - - - Foundations
+
+@import "_reset";
+
+// - - - - - - - - - - Global styles
@import "ed";
@import "syntax";
@import "customize";