NixNet/css/main.scss

18 lines
238 B
SCSS
Raw Permalink Normal View History

2018-12-14 05:47:01 +00:00
---
# Only the main Sass file needs front matter (the dashes are enough)
sitemap:
exclude: 'yes'
---
@charset "utf-8";
/* =Colors */
2019-02-10 18:48:45 +00:00
$dorian: #323234;
2018-12-14 05:47:01 +00:00
$iron: #ffffff;
2019-06-28 05:09:37 +00:00
$cloudy: #9d9d9d;
2018-12-14 05:47:01 +00:00
@import
"mixins",
"default",
"404"
;