Skip to content

Commit

Permalink
Deprecate it the right way.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFurnes committed Apr 1, 2016
1 parent 20bfbe7 commit 8647193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_utilities/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $font-large: type-scale(2); // 28.125px
$font-medium: type-scale(1); // 22.500px
$font-regular: type-scale(0); // 18.000px
$font-small: type-scale(-1); // 14.400px
$font-smaller: type-scale(-1); // DEPRECATED: Use $font-small.
$font-smaller: $font-small; // DEPRECATED: Use $font-small.

$base-font-size: $font-regular;
$unitless-line-height: 1.4444444;
Expand Down

0 comments on commit 8647193

Please sign in to comment.