_src/_sass/layout/_config.scss (
14
lines of code) (
raw
):
$susy: ( columns: 12, gutters: 1.953125, math: fluid, output: float, gutter-position: inside ); @mixin clearfix { &:after { content: ""; display: table; clear: both; } }