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

Support CSS3 Grid Layout Module for inline styles #4779

Merged
merged 1 commit into from
Oct 7, 2015

Conversation

mnordick
Copy link

@mnordick mnordick commented Sep 3, 2015

The gridRow and gridColumn styles are numerical but should be treated as unitless. Currently React is appending the px suffix causing them to be invalid.

@facebook-github-bot
Copy link

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks!

@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@quantizor
Copy link
Contributor

@mnordick You should rebase against master to remove the merge commit.

grid-row and grid-column must be unitless numbers.
@mnordick
Copy link
Author

@yaycmyk Done.

@sebmarkbage sebmarkbage added this to the 0.15 milestone Oct 6, 2015
sophiebits added a commit that referenced this pull request Oct 7, 2015
Support CSS3 Grid Layout Module for inline styles
@sophiebits sophiebits merged commit 4a29fd8 into facebook:master Oct 7, 2015
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.

None yet

5 participants