Initial commit
This commit is contained in:
17
css/main.scss
Executable file
17
css/main.scss
Executable 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"
|
||||
;
|
||||
Reference in New Issue
Block a user