_sass/theme.scss in garth-jekyll-theme-0.1.8 vs _sass/theme.scss in garth-jekyll-theme-0.1.9
- old
+ new
@@ -1,7 +1,8 @@
// Imports
@import "bourbon/bourbon";
+@import "neat/neat";
@import "base/base";
// Theme variables
$color--background: #ffefc8;
$color--foreground: #150301;
@@ -19,6 +20,11 @@
background: $color--background;
}
a {
color: $color--accent;
+}
+
+// Theme layout
+.container {
+ @include outer-container;
}