// _placeholders.scss

%clearfix {
	&:before,
	&:after {
		content: '';
		display: table;
	}
	&:after {
		clear: both;
	}
}

%text-center {
	text-align: center;
}