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

Add logical properties for padding / margin / border / inset #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

julienw
Copy link
Contributor

@julienw julienw commented Nov 3, 2022

No description provided.

Comment on lines +24 to +29
prefix + 'block',
prefix + 'block-start',
prefix + 'block-end',
prefix + 'inline',
prefix + 'inline-start',
prefix + 'inline-end',
Copy link
Contributor Author

@julienw julienw Nov 3, 2022

Choose a reason for hiding this comment

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

I believe we can argue about the order we want: this is different than the usual top right bottom left. I decided to group them by axis instead, but happy to change it if you think otherwise. I started by "block" because we're used to start with the top.

Copy link

@tay1orjones tay1orjones left a comment

Choose a reason for hiding this comment

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

We'd love to have this for our work on the Carbon Design System 💙

@julienw
Copy link
Contributor Author

julienw commented Sep 20, 2023

ping @ream88 :-) thanks !

@julienw
Copy link
Contributor Author

julienw commented Sep 20, 2023

I think this would be a breaking change, so this would require a new major version.

@tay1orjones
Copy link

tay1orjones commented Sep 20, 2023

Sounds good, let's do it @ream88. Could be bundled with #79

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