From 6bc0cf614f027a979b57569714720093d116fb61 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:17:02 -0300 Subject: [PATCH] Sam's suggestion --- packages/pigment-react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pigment-react/README.md b/packages/pigment-react/README.md index 49afd9405019e6..64b55af6df712e 100644 --- a/packages/pigment-react/README.md +++ b/packages/pigment-react/README.md @@ -30,7 +30,7 @@ Thanks to recent advancements in CSS (like CSS variables and `color-mix()`), "tr Pigment CSS addresses the needs of the modern React developer by providing a zero-runtime CSS-in-JS styling solution as a successor to tools like Emotion and styled-components. -Compared to its predecessors, it offers improved DX and runtime performance (though at the cost of increased build time) while also being compatible with React Server Components. +Compared to its predecessors, Pigment CSS offers improved DX and runtime performance (though at the cost of increased build time) while also being compatible with React Server Components. Pigment CSS is built on top of [WyW-in-JS](https://wyw-in-js.dev/), enabling us to provide the smoothest possible experience for Material UI users when migrating from Emotion in v5 to Pigment in v6. ### Next.js