This commit is contained in:
Will McGugan
2022-08-17 16:11:12 +01:00
parent 29422a6d0b
commit 2650dd500d
47 changed files with 428 additions and 32 deletions

View File

@@ -1,6 +1,14 @@
# Offset
The `offset` rule adds an offset to the widget's position.
The `offset` rule adds an offset to the widget's position. The offset is given as two values.
Coordinates may be specified individually with `offset-x` and `offset-y`.
## Syntax
```
offset: <SCALAR> <SCALAR>;
```
## Example