Skip to content

Commit

Permalink
fix: typo (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
0oooooooo0 authored Mar 15, 2024
1 parent 88714ee commit 8b106b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Let's create a classic `Button` component accepting two props:
@apply text-md rounded-sm;

&[data-size='lg'] {
@apply text-lg:;
@apply text-lg;
}

&[data-size='sm'] {
Expand Down

0 comments on commit 8b106b8

Please sign in to comment.