summaryrefslogtreecommitdiff
path: root/assets/css/main.scss
blob: 18b3b18cc60ae5a0f9887ac7187498604d41127d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
# 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"
;