$utilities: (
  "floats": (
    responsive: true,
    property: float,
    values: right left none,
  ),
);

.clearfix {
  &::after {
    content: "";
    display: table;
    clear: both;
  }
}
