forked from your-land-mirror/minetest-flow
Update styling.md
This commit is contained in:
parent
1b65298357
commit
8c96383cc4
@ -41,6 +41,13 @@ end)
|
||||
Note that this may inadvertently reset styles on subsequent elements if used on
|
||||
elements without a name due to formspec limitations.
|
||||
|
||||
See [the Luanti documentation](https://api.luanti.org/formspec/#styling-formspecs)
|
||||
for a list of valid property names and values. Flow accepts numbers and
|
||||
booleans as property values where applicable.
|
||||
|
||||
**Warning:** Flow does not currently support styles that change the element
|
||||
size, like `font_size` for labels and `size` for lists.
|
||||
|
||||
## Separate style elements
|
||||
|
||||
Alternatively, you can use the `gui.Style` and `gui.StyleType` elements if you
|
||||
|
Loading…
Reference in New Issue
Block a user