Skip to content

Commit

Permalink
fix lint vale issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored and oliviertassinari committed Mar 18, 2024
1 parent da74af0 commit b417391
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

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.
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 behind the scenes for turning tagged templates and objects into CSS strings.
> Pigment CSS uses Emotion behind the scenes for turning tagged templates and objects into CSS strings.
#### Typing props

Expand Down

0 comments on commit b417391

Please sign in to comment.