Expand description
Computed value types that exist as standalone re-exports.
Structs§
- CSSPixel
Length - The computed
<length>value. - Color
- An absolutely specified color, using either rgb(), rgba(), lab(), lch(), oklab(), oklch() or color().
- Content
Distribution - Shared value for the
align-contentandjustify-contentproperties. - Display
- Font
Family - Specifies a prioritized list of font family names or generic family names.
- Font
Style - The computed value of
font-style. - Font
Weight - A value for the font-weight property per:
- Grid
Auto Flow - Controls how the auto-placement algorithm works specifying exactly how auto-placed items get flowed into the grid: [ row | column ] || dense https://drafts.csswg.org/css-grid-2/#grid-auto-flow-property
- Justify
Items - The computed value for the
justify-itemsproperty. - Length
Percentage - A
<length-percentage>value. This can be either a<length>, a<percentage>, or a combination of both viacalc(). - Self
Alignment - The specified value of the {align,justify}-self properties.
- Text
Decoration Line - Specified keyword values for the text-decoration-line property.
Enums§
- Border
Style - A specified value for a single side of a
border-styleproperty. - Clear
- https://drafts.csswg.org/css2/#propdef-clear
- Float
- https://drafts.csswg.org/css-box/#propdef-float
- Overflow
- The value for the
overflow-x/overflow-yproperties. - Position
Type Aliases§
- Flex
Basis - A computed value for the
flex-basisproperty. - Length
- An alias of computed
<length>value. - Length
Percentage OrAuto - A computed type for
<length-percentage> | auto. - Line
Height - A computed value for the
line-heightproperty. - Margin
- A computed type for
marginproperties. - MaxSize
- A computed value for
max-widthormax-heightproperty. - NonNegative
Length - A wrapper of Length, whose value must be >= 0.
- NonNegative
Length Percentage - A wrapper of LengthPercentage, whose value must be >= 0.
- Opacity
- A type used for opacity.
- Size
- A computed value for
min-width,min-height,widthorheightproperty. - Text
Align - The computed value of
text-align. - Transform
- A computed CSS
transform