Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas authored Apr 5, 2024
1 parent 366047d commit 15e6284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ Which will produce:
}

/* With ct */
.bg_colors\.red\.500 {
.bg_red\.500 {
background: var(--colors-red-500);
}

/* With component-level tokens in semanticToken */
.bg_colors\.alert\.background {
.bg_alert\.background {
background: var(--colors-alert-background);
}
```

0 comments on commit 15e6284

Please sign in to comment.