Skip to content

Commit

Permalink
Fix markdown table in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
keanulee committed Jul 17, 2018
1 parent d1d9dd5 commit 2444a18
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 26 deletions.
3 changes: 1 addition & 2 deletions app-box/app-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ doesn't move away from the header.
Mixin | Description | Default
----------------|-------------|----------
`--app-box-background-front-layer` | Applies to the front layer of the
background | {}
`--app-box-background-front-layer` | Applies to the front layer of the background | {}
@group App Elements
@element app-box
Expand Down
7 changes: 3 additions & 4 deletions app-drawer-layout/app-drawer-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,10 @@ its container:
### Styling
Custom property | Description | Default
Custom property | Description | Default
-----------------------------------------|--------------------------------------|---------
`--app-drawer-width` | Width of the drawer | 256px
`--app-drawer-layout-content-transition` | Transition for the content container
| none
`--app-drawer-width` | Width of the drawer | 256px
`--app-drawer-layout-content-transition` | Transition for the content container | none
**NOTE:** If you use <app-drawer> with <app-drawer-layout> and specify a value
for
Expand Down
9 changes: 3 additions & 6 deletions app-drawer/app-drawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,11 @@ content, and apply height and overflow styles to it.
### Styling
Custom property | Description |
Default
Custom property | Description | Default
---------------------------------|----------------------------------------|--------------------
`--app-drawer-width` | Width of the drawer |
256px
`--app-drawer-width` | Width of the drawer | 256px
`--app-drawer-content-container` | Mixin for the drawer content container | {}
`--app-drawer-scrim-background` | Background for the scrim |
rgba(0, 0, 0, 0.5)
`--app-drawer-scrim-background` | Background for the scrim | rgba(0, 0, 0, 0.5)
**NOTE:** If you use `<app-drawer>` with `<app-drawer-layout>` and specify a
value for
Expand Down
13 changes: 5 additions & 8 deletions app-grid/app-grid-style.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,12 @@ every item element becomes a wrapper around the item content. For example:
### Styling
Custom property | Description | Default
Custom property | Description | Default
----------------------------------------------|------------------------------------------------------------|------------------
`--app-grid-columns` | The number of columns per row.
| 1
`--app-grid-gutter` | The space between two items. |
0px
`--app-grid-item-height` | The height of the items. | auto
`--app-grid-expandible-item-columns` | The number of columns an
expandible item should expand to. | 1
`--app-grid-columns` | The number of columns per row. | 1
`--app-grid-gutter` | The space between two items. | 0px
`--app-grid-item-height` | The height of the items. | auto
`--app-grid-expandible-item-columns` | The number of columns an expandible item should expand to. | 1
@group App Elements
@pseudoElement app-grid
Expand Down
9 changes: 3 additions & 6 deletions app-header/app-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,18 +214,15 @@ effects.
Attribute | Description | Default
----------|---------------------|----------------------------------------
`sticky` | Element that remains at the top when the header condenses. | The
first app-toolbar in the light DOM.
`sticky` | Element that remains at the top when the header condenses. | The first app-toolbar in the light DOM.
## Styling
Mixin | Description | Default
------|-------------|----------
`--app-header-background-front-layer` | Applies to the front layer of the
background. | {}
`--app-header-background-rear-layer` | Applies to the rear layer of the
background. | {}
`--app-header-background-front-layer` | Applies to the front layer of the background. | {}
`--app-header-background-rear-layer` | Applies to the rear layer of the background. | {}
`--app-header-shadow` | Applies to the shadow. | {}
@group App Elements
Expand Down
5 changes: 5 additions & 0 deletions formatconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"style": {
"ReflowComments": false
}
}

0 comments on commit 2444a18

Please sign in to comment.