Skip to content

Commit

Permalink
fix(typography): Fixed overline class name
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jan 18, 2022
1 parent 83fcaac commit 1e544d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/typography/src/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,7 @@
}

@each $decoration in $rmd-typography-decorations {
$suffix: $decoration +
if($decoration == overline, 'overline-decoration', '');
$suffix: $decoration + if($decoration == overline, '-decoration', '');

&--#{$suffix} {
text-decoration: $decoration;
Expand Down

0 comments on commit 1e544d0

Please sign in to comment.