/* FILE: global/classes/_clearing.scss */

.clearfix {

	&::after {
		content: '';
		clear: both;
		display: table;
		table-layout: fixed;
	}

}
