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(components): add css props and style props to components #16136

Merged
merged 12 commits into from
Sep 18, 2024

Conversation

koji
Copy link
Contributor

@koji koji commented Aug 27, 2024

Overview

our code base is missing some css props

style-props

  • flex-grow in Flex box

Test Plan and Hands on Testing

Changelog

Review requests

Risk assessment

low

@koji koji changed the title feat(components): add css props to components feat(components): add css props and style props to components Aug 30, 2024
@koji koji requested review from ncdiehl11 and jerader September 18, 2024 13:08

// cursor
export const CURSOR_AUTO = 'auto'
export const CURSOR_CROSSHAIR = 'crosshair'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow had to look up what crosshair was 😮

Copy link
Collaborator

@jerader jerader left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! thanks for adding these. these new constants make things more polished 💅

@koji koji marked this pull request as ready for review September 18, 2024 14:20
@koji koji requested review from a team as code owners September 18, 2024 14:20
@koji koji merged commit 869e954 into edge Sep 18, 2024
48 checks passed
@koji koji deleted the feat_add-new-css-props branch September 18, 2024 15:49
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.

2 participants