-
Notifications
You must be signed in to change notification settings - Fork 14
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
Global: Responsive Display & Flexbox Props #1795
Conversation
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.
I moved the work you did over from globalProps.js
to globalProps.ts
in this PR fwiw. I tested things out with _image.tsx
from that side.
Types have been updated from |
c527e95
to
604008f
Compare
…lobal-responsive-display-props-in-all-kits
…lobal-responsive-display-props-in-all-kits
8d49ea0
to
fa37772
Compare
fa37772
to
bc5f0c1
Compare
42c1fce
to
99d2792
Compare
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.
WOW great job @thestephenmarshall 🚀
$display_flex: flex; | ||
$display_none: none; | ||
$display_inline_flex: inline-flex; | ||
$displays: ( |
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.
Nice 👍
$align_content_values: ( |
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.
@RobGentile17 you're gonna love all this cleanup and simplification!
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.
I can't wait for it to be live and in use!
🚀 |
cc2d449
to
0c88584
Compare
8ff76c1
to
e79ba3d
Compare
This PR:
Responsive flexbox props works in rails but needs to be tweaked in react.
All flexbox props were added to typescript for convenience so those need to be tested:
Note Due to the large number of changes in #1846 conflicting with this PR originally, BOTH PRs exist here in this PR. The aforementioned PR will be closed after this one is merged.
Breaking Changes
No - new feature
Runway Ticket URL
https://nitro.powerhrg.com/runway/backlog_items/PLAY-4
Checklist:
enhancement
,bug
,improvement
,new kit
,deprecated
, orbreaking
. See Changelog & Labels for details.Milano
label when you are ready for a review.