Skip to content

Commit

Permalink
Update README.md (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon authored Dec 7, 2023
1 parent 7642325 commit e1ff511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const ToggleButton = styled.button`

### Dynamic Properties

Dynamic Styles will use [custom properties (aka css variables)](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) under the hood to extract the CSS at built time but modify properties at runtime:
Dynamic Properties will use custom properties ([aka css variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties)) under the hood to extract the CSS at built time but modify properties at runtime:

```jsx
import { styled } from 'next-yak';
Expand Down

0 comments on commit e1ff511

Please sign in to comment.