diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-06-27 16:59:21 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-06-27 16:59:21 -0400 |
commit | 91f0190184b605a47183d9741ea0f08e208c2cb2 (patch) | |
tree | f2fe6c99d6992844a0bc0b777ffe554d6d04a913 /themes/classic/sass/_base.scss | |
parent | 353ccfd4ebec153a46b12faffff8ab2bba36efc8 (diff) | |
download | my_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.scss | 5 |
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"; |