1---
2# Only the main Sass file needs front matter (the dashes are enough)
3sitemap:
4 exclude: 'yes'
5---
6@charset "utf-8";
7
8/* =Colors */
9$dorian: #323234;
10$iron: #ffffff;
11$cloudy: #9d9d9d;
12
13@import
14 "mixins",
15 "default",
16 "404"
17;