summaryrefslogtreecommitdiff
path: root/css/main.scss
blob: b91e2673ba09d1c04073d696056d2dc99d87191c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# Only the main Sass file needs front matter (the dashes are enough)
---
@charset "utf-8";

// Import partials from `sass_dir` (defaults to `_sass`)
// Includes Bourbon, Neat, and Bitters (thanks, thoughtbot!)
@import
  "bourbon/bourbon",
  "base/base",
  "neat/neat",
  "layout"
;