docs(grid): update grid docs to remove reference to directive

This commit is contained in:
Brandy Carney
2018-01-08 18:09:26 -05:00
parent 5453d1c3e8
commit 10e81131e1

View File

@ -34,9 +34,7 @@ using Sass.
## How it works ## How it works
The grid is a mobile-first system made up of any number of rows and columns. The grid is a mobile-first system made up of any number of rows and columns.
It is built with flexbox making it extremely responsive. The components that It is built with flexbox making it extremely responsive.
make up the grid can be written as an element (e.g., `<ion-grid>`) or added as
an attribute to any element (e.g., `<div ion-row>`).
Here's how it works: Here's how it works: