Module layout

Module layout 

Source
Expand description

Layout utilities

Modules§

aspect_ratio
Utilities for controlling the aspect ratio of an element.
at_container
A component for marking an element as a container.
box_decoration_break
Utilities for controlling how element fragments should be rendered across multiple lines, columns, or pages.
box_sizing
Utilities for controlling how the browser should calculate an element’s total size.
break_after
Utilities for controlling how a column or page should break after an element.
break_before
Utilities for controlling how a column or page should break before an element.
break_inside
Utilities for controlling how a column or page should break within an element.
clear
Utilities for controlling the wrapping of content around an element.
columns
Utilities for controlling the number of columns within an element.
container
A component for fixing an element’s width to the current breakpoint.
display
Utilities for controlling the display box type of an element.
floats
Utilities for controlling the wrapping of content around an element.
isolation
Utilities for controlling whether an element should explicitly create a new stacking context.
object_fit
Utilities for controlling how a replaced element’s content should be resized.
object_position
Utilities for controlling how a replaced element’s content should be positioned within its container.
overflow
Utilities for controlling how an element handles content that is too large for the container.
overscroll_behavior
Utilities for controlling how the browser behaves when reaching the boundary of a scrolling area.
placement
Utilities for controlling the placement of positioned elements.
position
Utilities for controlling how an element is positioned in the DOM.
visibility
Utilities for controlling the visibility of an element.
z_index
Utilities for controlling the stack order of an element.