diff options
author | dbloete <mail@dennisbloete.de> | 2010-05-26 04:58:11 +0800 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2010-05-26 05:18:55 +0800 |
commit | e112b7e05fe5e25c3635ff789db96ef2d74bdff3 (patch) | |
tree | 50a19a0734b624b77b0a70370838217eaf58451f /stylesheets/_typography.sass | |
parent | 86f6a800d060d90f0295785fef8bb308b748ecd9 (diff) | |
download | my_new_personal_website-e112b7e05fe5e25c3635ff789db96ef2d74bdff3.tar.xz my_new_personal_website-e112b7e05fe5e25c3635ff789db96ef2d74bdff3.zip |
Fix compass/sass deprecation warnings
Diffstat (limited to 'stylesheets/_typography.sass')
-rw-r--r-- | stylesheets/_typography.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/_typography.sass b/stylesheets/_typography.sass index 4d8ba95e..7e03bdd2 100644 --- a/stylesheets/_typography.sass +++ b/stylesheets/_typography.sass @@ -1,7 +1,7 @@ !base_font_size = 16px !base_font_size_small = 13px !base_font_color = #333 -!default_border_radius = 6px +$default_border_radius = 6px +general-typography =heading-font |