summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rwxr-xr-xcss/main.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/main.scss b/css/main.scss
new file mode 100755
index 0000000..b91e267
--- /dev/null
+++ b/css/main.scss
@@ -0,0 +1,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"
+;