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

added borderImageOutset to unitless CSS properties #6210

Merged
merged 1 commit into from
Mar 11, 2016
Merged

added borderImageOutset to unitless CSS properties #6210

merged 1 commit into from
Mar 11, 2016

Conversation

robinweser
Copy link

I found this property and ran into a problem using it as React automatically adds the px unit to it.
According to https://drafts.csswg.org/css-backgrounds-3/#border-image-outset it supports both number and length values.
Always applying px therefore might in that case perhaps return unwanted behavior.

According to
https://drafts.csswg.org/css-backgrounds-3/#border-image-outset it
supports both number and length values.
Always applying ‘px’ might in that case perhaps return unwanted
behavior.
@zpao
Copy link
Member

zpao commented Mar 8, 2016

Cool, doing a bit of planning so not merging this very second but I think we should get this into 15.

@robinweser
Copy link
Author

I guess not many people even use this property actually, but as it is not a big deal it would make sense to add it, thank you :)

zpao added a commit that referenced this pull request Mar 11, 2016
added borderImageOutset to unitless CSS properties
@zpao zpao merged commit 20e1acb into facebook:master Mar 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants