From 028eff7bd014c8198112145c9bb093ee61757a5e Mon Sep 17 00:00:00 2001 From: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com> Date: Wed, 10 Apr 2024 08:54:10 -0500 Subject: [PATCH] reverting --- packages/pigment-css-react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pigment-css-react/README.md b/packages/pigment-css-react/README.md index f6c3f29a438..a949e580fa8 100644 --- a/packages/pigment-css-react/README.md +++ b/packages/pigment-css-react/README.md @@ -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: