From b4173917b81381477202da2563de1581fda8dfbb Mon Sep 17 00:00:00 2001 From: mnajdova Date: Mon, 18 Mar 2024 16:38:05 +0100 Subject: [PATCH] fix lint vale issue --- packages/pigment-css-react/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pigment-css-react/README.md b/packages/pigment-css-react/README.md index 2fd6d35a7dd089..6092ba58dfb061 100644 --- a/packages/pigment-css-react/README.md +++ b/packages/pigment-css-react/README.md @@ -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'; @@ -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