diff --git a/examples/with-stitches/stitches.config.js b/examples/with-stitches/stitches.config.js index 3bc8caae2246d..8ac30de600dca 100644 --- a/examples/with-stitches/stitches.config.js +++ b/examples/with-stitches/stitches.config.js @@ -67,7 +67,7 @@ export const { css, styled, global, getCssString } = createCss({ }), }, media: { - bp1: '@media (min-width: 520px)', - bp2: '@media (min-width: 900px)', + bp1: '(min-width: 520px)', + bp2: '(min-width: 900px)', }, })