diff --git a/frameworks/blueprint/stylesheets/blueprint/_fancy-type.scss b/frameworks/blueprint/stylesheets/blueprint/_fancy-type.scss index 27fa0ed1..b6bf33c8 100644 --- a/frameworks/blueprint/stylesheets/blueprint/_fancy-type.scss +++ b/frameworks/blueprint/stylesheets/blueprint/_fancy-type.scss @@ -56,8 +56,7 @@ $alternate-text-font : "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiq // `$base-font-size` - The base font size in pixels. Defaults to 12px // `$old-line-height` - The old line height. Defaults to 1.5 times the base-font-size -@mixin incr -( +@mixin incr( $font-size: 10px, $base-font-size: $blueprint-font-size, $old-line-height: $base-font-size * 1.5