From e112b7e05fe5e25c3635ff789db96ef2d74bdff3 Mon Sep 17 00:00:00 2001 From: dbloete Date: Wed, 26 May 2010 04:58:11 +0800 Subject: Fix compass/sass deprecation warnings --- stylesheets/_typography.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stylesheets/_typography.sass') 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 -- cgit v1.2.1