CSS Types¶
CSS types define the values that Textual CSS styles accept.
CSS types will be linked from within the styles reference in the "Formal Syntax" section of each style.
The CSS types will be denoted by a keyword enclosed by angle brackets <
and >
.
For example, the style align-horizontal
references the CSS type <horizontal>
:
align-horizontal: <horizontal>;