Initial commit

This commit is contained in:
Michael Smith
2018-02-27 12:44:11 +01:00
parent ec8f38f507
commit 1c8ba50102
159 changed files with 16261 additions and 0 deletions

17
css/main.scss Executable file
View File

@@ -0,0 +1,17 @@
---
# Only the main Sass file needs front matter (the dashes are enough)
sitemap:
exclude: 'yes'
---
@charset "utf-8";
/* =Colors */
$dorian: #F5F5F5;
$iron: #333333;
$cloudy: #828282;
@import
"mixins",
"default",
"404"
;