Skip to content

Commit

Permalink
reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsycamore committed Apr 10, 2024
1 parent e6b7ba7 commit 028eff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pigment-css-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ const Flex = styled('div')((props) => ({

> 💡 Keep in mind that the `variants` key is for fixed values of props, for example, a component's colors, sizes, and states.
2. **Programmatically generated styles**
2. **Programatically generated styles**

For Emotion and styled-components, the styles are different on each render and instance because the styles are generated at runtime:

Expand Down

0 comments on commit 028eff7

Please sign in to comment.