Skip to content

Commit

Permalink
straight quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsycamore committed May 10, 2024
1 parent 702d8ae commit e41dc62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/blog/introducing-pigment-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ tags: ['Pigment CSS']
card: false
---

Introduction - start by stating the problem as clearly as possible: last gens CSS-in-JS solutions are incompatible with the new paradigm of React Server Components and the Next.js App Router. Thats why we created Pigment CSS.
Introduction - start by stating the problem as clearly as possible: last gen's CSS-in-JS solutions are incompatible with the new paradigm of React Server Components and the Next.js App Router. That's why we created Pigment CSS.

Check warning on line 10 in docs/pages/blog/introducing-pigment-css.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'we'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "docs/pages/blog/introducing-pigment-css.md", "range": {"start": {"line": 10, "column": 205}}}, "severity": "WARNING"}

Check failure on line 10 in docs/pages/blog/introducing-pigment-css.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [MUI.MuiBrandName] Use a non-breaking space (option+space on Mac, Alt+0160 on Windows or AltGr+Space on Linux, instead of space) for brand name ('Pigment CSS' instead of 'Pigment CSS') Raw Output: {"message": "[MUI.MuiBrandName] Use a non-breaking space (option+space on Mac, Alt+0160 on Windows or AltGr+Space on Linux, instead of space) for brand name ('Pigment CSS' instead of 'Pigment CSS')", "location": {"path": "docs/pages/blog/introducing-pigment-css.md", "range": {"start": {"line": 10, "column": 216}}}, "severity": "ERROR"}

## What are React Server Components?

Briefly explain what RSCs are and why old CSS-in-JS solutions dont work with them.
Briefly explain what RSCs are and why old CSS-in-JS solutions don't work with them.

## Why Pigment CSS?

Check failure on line 16 in docs/pages/blog/introducing-pigment-css.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [MUI.MuiBrandName] Use a non-breaking space (option+space on Mac, Alt+0160 on Windows or AltGr+Space on Linux, instead of space) for brand name ('Pigment CSS' instead of 'Pigment CSS') Raw Output: {"message": "[MUI.MuiBrandName] Use a non-breaking space (option+space on Mac, Alt+0160 on Windows or AltGr+Space on Linux, instead of space) for brand name ('Pigment CSS' instead of 'Pigment CSS')", "location": {"path": "docs/pages/blog/introducing-pigment-css.md", "range": {"start": {"line": 16, "column": 8}}}, "severity": "ERROR"}

Expand Down

0 comments on commit e41dc62

Please sign in to comment.