Skip to content

Commit

Permalink
fix lint (trailing spaces)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Mar 1, 2024
1 parent 4d2ac4a commit 01ba744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pigment-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Pigment CSS supports Next.js and Vite with support for more bundlers in future.

### Why choose Pigment CSS

Thanks to recent advancements in CSS (like CSS variables and `color-mix()`), "traditional" CSS-in-JS solutions that process styles at runtime are no longer required for unlocking features like color transformations and theme variables which are necessary for maintaining a sophisticated design system.
Thanks to recent advancements in CSS (like CSS variables and `color-mix()`), "traditional" CSS-in-JS solutions that process styles at runtime are no longer required for unlocking features like color transformations and theme variables which are necessary for maintaining a sophisticated design system.

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.
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 performance and DX, and it's 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.
Expand Down

0 comments on commit 01ba744

Please sign in to comment.