Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
Signed-off-by: Siriwat K <siriwatkunaporn@gmail.com>
  • Loading branch information
siriwatknp and danilo-leal committed Mar 15, 2024
1 parent 732c6b1 commit a7d51d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pigment-css-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ const ExtraHeading = styled(Heading)({

#### Media and Container queries

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.
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.

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

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

Expand Down

0 comments on commit a7d51d3

Please sign in to comment.