Skip to content

Commit

Permalink
fix(text): ensure reset-text() mixin uses our base letter-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed May 14, 2020
1 parent c31b8ab commit 838c802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/mixins/_reset-text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
letter-spacing: $letter-spacing-base;
word-break: normal;
word-spacing: normal;
white-space: normal;
Expand Down

0 comments on commit 838c802

Please sign in to comment.