Float
Controls the content wrapping around an element.
Class | Properties |
---|---|
flo-ie | float: inline-end; |
flo-is | float: inline-start; |
flo-l | float: left; |
flo-none | float: none; |
flo-r | float: right; |
Using breakpoints
Using responsive breakpoints like sm:flo-*
, md:flo-*
, lg:flo-*
, and xxl:flo-*
allows targeting specific utilities in different viewports.
Using variants
Using :hover
variants such as h:flo-*
allows you to override elements and change their values when hovering over them.