Skip to content

Commit

Permalink
docs: remove unnecessary indent (#3092)
Browse files Browse the repository at this point in the history
Co-authored-by: noah.choi <[email protected]>
  • Loading branch information
seongminn and noaaaahh authored Jan 13, 2025
1 parent b34e7d5 commit fb6f437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/theming/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The `token()` function is useful when you need to provide a fallback value. The

</Tab>
<Tab>
```js
```js
import { css } from '../styled-system/css'

const className = css({ border: '1px solid {colors.red.400}' })
Expand Down

0 comments on commit fb6f437

Please sign in to comment.