Expand description
CSS properties related to box sizing.
Structs§
- Aspect
Ratio - A value for the aspect-ratio property.
Enums§
- BoxSizing
- A value for the box-sizing property.
- MaxSize
- A value for the minimum
and maximum size properties,
e.g.
min-width
andmax-height
. - Size
- A value for the preferred size properties,
i.e.
width
and `height.