Skip to content

Commit

Permalink
feat: add maximum breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisalcantara authored and artmsilva committed Aug 24, 2022
1 parent 73e2029 commit 815a944
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/theme/src/stitches.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ const WPDS = createStitches({
notLg: "(min-width: 1024px)",
notXl: "(min-width: 1280px)",
notXxl: "(min-width: 1441px)",
maxMd: "(max-width: 900px)",
maxLg: "(max-width: 1024px)",
maxXl: "(max-width: 1280px)",
maxXxl: "(max-width: 1441px)",
motion: "(prefers-reduced-motion)",
hover: "(any-hover: hover)",
dark: "(prefers-color-scheme: dark)",
Expand Down

2 comments on commit 815a944

@vercel
Copy link

@vercel vercel bot commented on 815a944 Aug 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit – ./build.washingtonpost.com

build.washingtonpost.com
wpds-ui-kit.preview.now.washingtonpost.com
wpds-ui-kit-git-main.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 815a944 Aug 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-storybook – ./

wpds-ui-kit-storybook.preview.now.washingtonpost.com
wpds-ui-kit-storybook-git-main.preview.now.washingtonpost.com

Please sign in to comment.