Skip to content

Commit

Permalink
Remove typos from styling documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Suo-Heikki committed Mar 21, 2017
1 parent 34a032b commit ffc347b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vaadin-grid.html
Expand Up @@ -86,9 +86,9 @@
Custom property | Description | Default
----------------|-------------|----------
`--vaadin-grid-cell` | Mixin applied to all cells | `{}`
`--vaadin-grid-header-cell` | Mixin applied to to header cells | `{}`
`--vaadin-grid-footer-cell` | Mixin applied to to footer cells | `{}`
`--vaadin-grid-body-cell` | Mixin applied to to body cells | `{}`
`--vaadin-grid-header-cell` | Mixin applied to header cells | `{}`
`--vaadin-grid-footer-cell` | Mixin applied to footer cells | `{}`
`--vaadin-grid-body-cell` | Mixin applied to body cells | `{}`
`--vaadin-grid-body-row-odd-cell` | Mixin applied to body cells on odd rows | `{}`
`--vaadin-grid-cell-last-frozen` | Mixin applied to the last frozen column cells | `{}`
`--vaadin-grid-body-row-hover-cell` | Mixin applied to body cells on on hovered row | `{}`
Expand Down

0 comments on commit ffc347b

Please sign in to comment.