aboutsummaryrefslogtreecommitdiff
path: root/source/stylesheets/partials/base
diff options
context:
space:
mode:
Diffstat (limited to 'source/stylesheets/partials/base')
-rw-r--r--source/stylesheets/partials/base/_typography.sass27
1 files changed, 0 insertions, 27 deletions
diff --git a/source/stylesheets/partials/base/_typography.sass b/source/stylesheets/partials/base/_typography.sass
deleted file mode 100644
index b5fcd56e..00000000
--- a/source/stylesheets/partials/base/_typography.sass
+++ /dev/null
@@ -1,27 +0,0 @@
-!base_font_size = 16px
-!base_font_size_small = 13px
-!base_font_color = #333
-!default_border_radius = 6px
-
-+general-typography
-=heading-font
- +serif-font
-=quote-font
- +serif-font
-
-body
- font-size= !base_font_size
- +sans-font
-
-h1,h2,h3,h4,h5,h6
- color: #333
- font-weight: bold
- +heading-font
-
-blockquote
- +heading-font
- font-size= !base_font_size * 1.2
-.quote blockquote
- font-size= !h4
- line-height= !h5 * 1.625
- color: #555 \ No newline at end of file