Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
docs: update TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
z0al committed May 16, 2021
1 parent d036a1a commit 0876893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- [Margin](#margin)
- [Padding](#padding)
- [Overflow](#overflow)
- [Aspect Ratio](#aspect-ratio)
- [Opacity](#opacity)
- [Rotate](#rotate)
- [Scale](#scale)
Expand Down Expand Up @@ -1426,7 +1427,7 @@
| overflow-scroll | `{ overflow: "scroll" }` |
| overflow-visible | `{ overflow: "visible" }` |

### AspectRatio
### Aspect Ratio

> _Tip:_ The following styles are generated based on `theme.aspectRatio` values.
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs-gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Data = [

{ name: 'Overflow' },

{ name: 'AspectRatio', theme: true },
{ name: 'Aspect Ratio', theme: true },

{ name: 'Opacity', theme: true },

Expand Down

0 comments on commit 0876893

Please sign in to comment.