-
Notifications
You must be signed in to change notification settings - Fork 116
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
Move Layout
styles to PVC
#1670
Conversation
🦋 Changeset detectedLatest commit: 0059d13 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
It's still needed for Primer::LayoutComponent
@@ -799,383 +799,6 @@ | |||
} | |||
} | |||
|
|||
.Layout { |
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.
@mxriverlynn FYI: I removed all the Layout
styles here and also in app/lib/primer/css/layout.css.json
since they are now part of Primer::Alpha::Layout
.
Description
This is part of #1342 and adds the
Layout
styles from PCSS. There should be no visual changes.What should reviewers focus on
Layout
styles in app/lib/primer/css/ are removed so they don't show up in search.Primer::LayoutComponent
. But decided against it since dotcom usesPrimer::LayoutComponent
only in 6 files. So maybe ok to just wait until allPrimer::LayoutComponent
uses are migrated toPrimer::Alpha::Layout
.px
. Mostly to avoid regressions and fixes to the custom media queries, see Slack.Integration
Yes, the following line can be removed on dotcom:
- @import '@primer/css/layout/layout.scss';
Merge checklist
Added/updated documentation