Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update experimental breakpoint values #5804

Merged
merged 3 commits into from
May 13, 2022

Conversation

aaronccasanova
Copy link
Member

Closes #5514

WHAT is this pull request doing?

This PR updates the experimental breakpoint values based on new data captured in the Audit breakpoints issue #5514

How to 🎩

🖥 Local development instructions
🗒 General tophatting guidelines
📄 Changelog guidelines

Copy-paste this code in playground/Playground.tsx:
import React from 'react';
import {Page} from '../src';

export function Playground() {
  return (
    <Page title="Playground">
      {/* Add the code you want to test in here */}
    </Page>
  );
}

🎩 checklist

@changeset-bot
Copy link

changeset-bot bot commented May 13, 2022

⚠️ No Changeset found

Latest commit: 874c05e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented May 13, 2022

size-limit report 📦

Path Size
cjs 150.67 KB (0%)
esm 86.81 KB (-0.01% 🔽)
esnext 136.67 KB (-0.01% 🔽)
css 37.23 KB (0%)

@aaronccasanova aaronccasanova merged commit 38f7b84 into main May 13, 2022
@aaronccasanova aaronccasanova deleted the feat/update-experimental-breakpoints branch May 13, 2022 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Layout foundations] Audit breakpoints
3 participants