Floats

Utilities for controlling the wrapping of content around an element.

Class reference

Class Properties
.float-right float: right;
.float-left float: left;
.float-none float: none;
.clearfix &::after {   content: "";   display: table;   clear: both; }