Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yukukotani committed Oct 14, 2024
1 parent 8ca8b31 commit 729c482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ const StyledBox = styled("div", {
Create a config file anywhere you want. Currently `colors`, `spaces`, `sizes`, `fontSizes`, and `radii` tokens are supported.

```tsx
import { defineConfig } from "just-styled";

export const config = defineConfig({
tokens: {
colors: {
Expand Down

0 comments on commit 729c482

Please sign in to comment.