Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement parsing and serialization of grid properties #15307
Closed
Comments
|
Yeah, it's in my queue. I'm supposed to finish those by the start of this year |
|
We seem to handle everything except @wafflespeanut @canaltinova do you have time to fix those? if not I'll just finish them up |
|
I have a patch for |
|
okay, thanks. Probably best if you do grid, since it's pretty straightforward once you have grid-template. |
Merged
bors-servo
added a commit
that referenced
this issue
May 25, 2017
Stylo: Wrap up grid Adds the final piece for grid (`grid-template` and `grid` shorthands), fixes #15307 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17021) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spec: https://drafts.csswg.org/css-grid/
Grid properties have relatively complicated syntax, so it might not be a very easy one.