Skip to content

Commit a7d51d3

Browse files
Apply suggestions from code review
Co-authored-by: Danilo Leal <[email protected]> Signed-off-by: Siriwat K <[email protected]>
1 parent 732c6b1 commit a7d51d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/pigment-css-react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ const ExtraHeading = styled(Heading)({
371371

372372
#### Media and Container queries
373373

374-
All Pigment CSS APIs has built-in support for writing media queries and container queries. You can use the `@media` and `@container` keys to define the styles for different screen sizes and container sizes.
374+
Pigment CSS APIs have built-in support for writing media queries and container queries. Use the `@media` and `@container` keys to define styles for different screen and container sizes.
375375

376376
```jsx
377377
import { css, styled } from '@pigment-css/react';
@@ -399,7 +399,7 @@ const Heading = styled('h1')({
399399

400400
> 💡 **Good to know**:
401401
>
402-
> Pigment CSS uses emotion's serialize package behind the scene for turning tagged template and object to CSS string.
402+
> Pigment CSS uses Emotion behind the scenes for turning tagged templates and objects into CSS strings.
403403
404404
#### Typing props
405405

0 commit comments

Comments
 (0)