Skip to content

Commit

Permalink
fix(letter-spacing): Remove letter-spacing (carbon-design-system#748)
Browse files Browse the repository at this point in the history
* fix(letter-spacing): remove letter-spacing across the board

* fix(letter-spacing): change hard-coded letter-spacing values to use the mixin
  • Loading branch information
tw15egan authored and asudoh committed May 18, 2018
1 parent bc9d2a9 commit a57021f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/globals/scss/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@ $typescale-map: (
}

$font-size-map: (
'76': 4.75rem,
'54': 3.375rem,
'36': 2.25rem,
'28': 1.75rem,
'20': 1.25rem,
'18': 1.125rem,
'16': 1rem,
'14': 0.875rem,
'12': 0.75rem,
'11': 0.6875rem
'76' : 4.75rem,
'54' : 3.375rem,
'36' : 2.25rem,
'28' : 1.75rem,
'20' : 1.25rem,
'18' : 1.125rem,
'16' : 1rem,
'14' : 0.875rem,
'12' : 0.75rem,
'11' : 0.6875rem
);

@mixin font-size($size) {
Expand Down

0 comments on commit a57021f

Please sign in to comment.