Skip to content

Commit

Permalink
Removed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
BingeCode committed Oct 2, 2023
1 parent c393e10 commit bb5cdad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@
| `viewModeChange` | Emits when one of the view mode buttons was clicked. The value of type `ViewMode` can be found in `event.detail` | `CustomEvent<"markdown" \| "preview" \| "readonly">` |


## CSS Custom Properties

| Name | Description |
| ---------------------------------- | ---------------------------------------------------- |
| `--ino-markdown-editor-max-height` | max-height of text editor Default value is `none`. |
| `--ino-markdown-editor-min-height` | min-height of text editor. Default value is `100px`. |


## Dependencies

### Depends on
Expand Down
13 changes: 1 addition & 12 deletions packages/storybook/elements-stencil-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4903,18 +4903,7 @@
"docsTags": []
}
],
"styles": [
{
"name": "--ino-markdown-editor-max-height",
"annotation": "prop",
"docs": "max-height of text editor Default value is `none`."
},
{
"name": "--ino-markdown-editor-min-height",
"annotation": "prop",
"docs": "min-height of text editor. Default value is `100px`."
}
],
"styles": [],
"slots": [],
"parts": [],
"listeners": []
Expand Down

0 comments on commit bb5cdad

Please sign in to comment.