Skip to content

Commit

Permalink
feat: add semibold font modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
RickEyre committed Apr 11, 2020
1 parent 19c5e6f commit 9bef840
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/panda-san/src/content/modifiers.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
.is-uppercase {
text-transform: uppercase;
.is {
&-uppercase {
text-transform: uppercase;
}

&-semibold {
font-weight: 600;
}
}

.has-text-underline {
Expand Down

0 comments on commit 9bef840

Please sign in to comment.