blob: 65a7c3fdf56043fbd14295d10568d04e108d6422 [file] [log] [blame]
$susy: (
columns: 12,
gutters: 1.953125,
math: fluid,
output: float,
gutter-position: inside
);
@mixin clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}