lots more docs

This commit is contained in:
Will McGugan
2022-08-14 15:43:00 +01:00
parent a1c0b173bd
commit 538e5d4701
45 changed files with 653 additions and 199 deletions

View File

@@ -16,6 +16,12 @@ Both widgets in this example have the same height (5). The top widget has `box-s
--8<-- "docs/examples/styles/box_sizing.py"
```
=== "box_sizing.css"
```css
--8<-- "docs/examples/styles/box_sizing.css"
```
=== "Output"
```{.textual path="docs/examples/styles/box_sizing.py"}