Commit c0fd0c0
committed
Add missing grid properties
Listed on MDN but no docs for them exist yet:
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference
[`grid-area` W3 Docs](http://www.w3.org/TR/css3-grid-layout/#propdef-grid-area)
[`grid-auto-columns` and `grid-auto-rows` W3 Docs](http://www.w3.org/TR/css3-grid-layout/#auto-tracks)
[`grid-auto-flow` W3 Docs](http://www.w3.org/TR/css3-grid-layout/#grid-auto-flow-property)
[`grid-auto-position` WebPlatform.org Docs](https://docs.webplatform.org/wiki/css/properties/grid-auto-position)
[`grid-column-start`, `grid-column-end`, `grid-row-start`, `grid-row-end` W3 Docs](http://www.w3.org/TR/css3-grid-layout/#propdef-grid-column-start)
[`grid-template` W3 Docs](http://www.w3.org/TR/css3-grid-layout/#propdef-grid-template)
[`grid-template-areas` W3 Docs](http://www.w3.org/TR/css3-grid-layout/#propdef-grid-template-areas)
[`grid-template-rows`, `grid-template-columns` W3 Docs](http://www.w3.org/TR/css3-grid-layout/#grid-template-rowcol)1 parent b8e7f29 commit c0fd0c0
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
323 | 329 | | |
324 | 330 | | |
325 | 331 | | |
326 | 332 | | |
327 | 333 | | |
| 334 | + | |
| 335 | + | |
328 | 336 | | |
329 | 337 | | |
330 | 338 | | |
331 | 339 | | |
332 | 340 | | |
333 | 341 | | |
| 342 | + | |
| 343 | + | |
334 | 344 | | |
335 | 345 | | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
336 | 350 | | |
337 | 351 | | |
338 | 352 | | |
| |||
0 commit comments