diff options
author | Strand <strand@Strands-MacBook-Air.local> | 2012-03-16 01:40:36 +0100 |
---|---|---|
committer | Strand <strand@Strands-MacBook-Air.local> | 2012-03-16 01:40:36 +0100 |
commit | e0816c8daceb55d3d6e4432840ea11e59c05a325 (patch) | |
tree | db9160234f0ebe3cac0646fa22ff4112c9d5fa47 /sass/_base.scss | |
parent | a69c7b4ac045bd53c84667cf4a4d7c0db33ff31a (diff) | |
download | octopress-theme-jeyzu-e0816c8daceb55d3d6e4432840ea11e59c05a325.zip octopress-theme-jeyzu-e0816c8daceb55d3d6e4432840ea11e59c05a325.tar.gz |
first attempt at adding pullquotes to Slash theme.
Diffstat (limited to 'sass/_base.scss')
-rw-r--r-- | sass/_base.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/_base.scss b/sass/_base.scss index dfb3b40..77f309c 100644 --- a/sass/_base.scss +++ b/sass/_base.scss @@ -1,4 +1,5 @@ @import "base/color"; @import "base/font"; @import "base/layout"; +@import "base/typography"; @import "base/utilities";
\ No newline at end of file |