docs(grid): update API docs and add to breaking changes

This commit is contained in:
Brandy Carney
2018-06-18 11:54:08 -04:00
parent 50d4e7f30b
commit 9c2b86acdd
4 changed files with 21 additions and 22 deletions

View File

@ -3,6 +3,9 @@
Columns are cellular components of the [grid](../Grid) system and go inside of a [row](../Row).
They will expand to fill their row. All content within a grid should go inside of a column.
See [Grid Layout](/docs/layout/grid) for more information.
## Column attributes
By default, columns will stretch to fill the entire height of the row.