-
Notifications
You must be signed in to change notification settings - Fork 70
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
Fix border-inline-start and border-inline-end not having any valid ordering #1756
Conversation
🦋 Changeset detectedLatest commit: 07385fe The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for compiled-css-in-js canceled.
|
06f59c3
to
99e4aec
Compare
package.json
Outdated
@@ -158,5 +158,6 @@ | |||
"react" | |||
] | |||
} | |||
] | |||
], | |||
"packageManager": "yarn@1.22.21+sha256.dbed5b7e10c552ba0e1a545c948d5473bc6c5a28ce22a8fd27e493e3e5eb6370" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's this about?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gahhh yarn keeps adding that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we're supposed to specify what version of yarn the repo should use through packageManager
i never got the chance to set this up properly, so it keeps trying to add it whenever i run yarn install
maybe i should just set it up 🤔 hold on
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm looks a bit complicated, something for another day...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah no clue 🫡
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fair—worst-case it's an edge-case for us we might want to handle better one day, but for now it's perfectly acceptable.
What is this change?
Fix how
border-inline-start
andborder-inline-end
does not have any valid ordering in theshorthand-property-sorting
ESLint rule.Follow up to #1749
Why are we making this change?
Fix one more false positive that slipped through the cracks.
PR checklist
Don't delete me!
I have...
website/