mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
7 lines
209 B
Markdown
7 lines
209 B
Markdown
A [fractional](/styles/css_units/fractional) value can be set to
|
|
|
|
- a float between 0 and 1 (e.g., `0.45`); or
|
|
- a percentage between 0% and 100% (e.g., `45%`).
|
|
|
|
Values outside their ranges will be clamped.
|