pages/assets/css/main.scss
2021-11-21 17:18:23 -05:00

16 lines
224 B
SCSS

---
# Only the main Sass file needs front matter (the dashes are enough)
---
@charset "utf-8";
// Dimensions
$max-content-width: {{ site.max_width }};
@import
"variables",
"themes",
"layout",
"base",
"distill"
;