metadin
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

_mixins.scss
text/plain

Download raw (185 bytes)

@mixin box {
    clear: both; // clear h2 float
    background: $bg_color_base;
}

@mixin content-col {
    float: left;
    margin-top: $box_spacing_x + $font_size + $box_spacing_x;
}