chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-08-12 12:04:27 +02:00
parent 149039bd12
commit d856ecfbbf
101 changed files with 1098 additions and 8675 deletions

View File

@ -12,21 +12,9 @@ See [Grid Layout](/docs/layout/grid) for more information.
## Properties
#### fixed
boolean
If true, the grid will have a fixed width based on the screen size. Defaults to `false`.
## Attributes
#### fixed
boolean
If true, the grid will have a fixed width based on the screen size. Defaults to `false`.
| Property | Attribute | Description | Type |
| -------- | --------- | ---------------------------------------------------------------------------------------- | --------- |
| `fixed` | `fixed` | If true, the grid will have a fixed width based on the screen size. Defaults to `false`. | `boolean` |
----------------------------------------------