aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/sass/_base.scss
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-06-27 16:59:21 -0400
committerBrandon Mathis <brandon@imathis.com>2011-06-27 16:59:21 -0400
commit91f0190184b605a47183d9741ea0f08e208c2cb2 (patch)
treef2fe6c99d6992844a0bc0b777ffe554d6d04a913 /themes/classic/sass/_base.scss
parent353ccfd4ebec153a46b12faffff8ab2bba36efc8 (diff)
downloadmy_new_personal_website-91f0190184b605a47183d9741ea0f08e208c2cb2.tar.xz
my_new_personal_website-91f0190184b605a47183d9741ea0f08e208c2cb2.zip
Included Sass files which should have been in my previous commit. Oops!
How embarrassing. Also I've updated the gitignore.
Diffstat (limited to 'themes/classic/sass/_base.scss')
-rw-r--r--themes/classic/sass/_base.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/classic/sass/_base.scss b/themes/classic/sass/_base.scss
new file mode 100644
index 00000000..f6583f17
--- /dev/null
+++ b/themes/classic/sass/_base.scss
@@ -0,0 +1,5 @@
+@import "base/utilities";
+@import "base/solarized";
+@import "base/theme";
+@import "base/layout";
+@import "base/typography";