diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-10-16 12:22:47 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-10-23 20:22:47 +0200 |
| commit | c627847cb39572c08f3b53db07ea325ef0d352fa (patch) | |
| tree | 97e36abbf6a91b2a426b65edade5526f020a7200 /tests/typ/layout | |
| parent | 6690bc23545bfe7275ad92de9e6bd11b7345caf4 (diff) | |
Remove directions from grid
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/grid-1.typ | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/typ/layout/grid-1.typ b/tests/typ/layout/grid-1.typ index 43a3883d..23723712 100644 --- a/tests/typ/layout/grid-1.typ +++ b/tests/typ/layout/grid-1.typ @@ -33,19 +33,6 @@ ) --- -#page(height: 3cm, width: 2cm) -#grid( - columns: (1fr, 1cm, 1fr, 1fr), - column-dir: ttb, - rows: (auto, 1fr), - rect(height: 100%, fill: rgb("222222"))[foo], - rect(height: 100%, fill: rgb("547d0a"))[bar], - rect(height: 100%, fill: eastern)[hab], - rect(height: 100%, fill: conifer)[baz], - rect(height: 100%, width: 100%, fill: rgb("547d0a"))[bar], -) - ---- #page(height: 3cm, margins: 0pt) #align(center) #grid( |
