// list reset
%listreset {
    margin: 0;
    padding: 0;
    list-style: none;
}

%clearfix {
    &:after {
        content: '';
        display: block;
        clear: both;
    }
}
