Skip to content

Commit

Permalink
[fix] provide valid value for letter-spacing CSS property in templa…
Browse files Browse the repository at this point in the history
…te (#2437)
  • Loading branch information
Grawl authored Sep 16, 2021
1 parent 056b560 commit 7c1c9bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/eleven-bugs-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"create-svelte": patch
"~TODO~": patch
---

[fix] provide valid value for `letter-spacing` CSS property
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
font-weight: 700;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 10%;
letter-spacing: 0.1em;
text-decoration: none;
transition: color 0.2s linear;
}
Expand Down

0 comments on commit 7c1c9bd

Please sign in to comment.