Added support for media queries
Unmerged
Merging surgeventures:support-media-queries into main • View on GitHub0
Builds
0
Discussions
PR check
Build required for forked branch
We'd love to show you visual changes, but we don't have a build for the head (source) branch of this pull request.
Because this PR originates from a fork, it means we need a build for the support-media-queries branch on the forked repository surgeventures/storybook-addon-pseudo-states. Here's how you can create that build manually:
- Create a build for chromaui:main
- In the repository forked under surgeventures, add a remote named chromaui if you haven't already, and fetch the upstream branch.You can list remotes with
git remote -v
git fetch chromaui
Using HTTPS with two-factor authentication requires a personal access token. - Merge chromaui:main into surgeventures:support-media-queries
git checkout support-media-queries
You may have to rungit pull
to update your local branch after switching.git merge chromaui/main
Don't forget to install or update dependencies after merging branches. - Finally, run a build for surgeventures:support-media-queries
npx chromatic --project-token=chpt_26d813a281ca07a --branch-name="surgeventures:support-media-queries"
Not sure how to create a build? Learn how to publish your Storybook