feh1ks
5/18/2016 - 1:57 PM

Sections bg color

Sections bg color

.section-bg(@id, @color) {
    &#@{id} {
        background: @color;
    }
}

// USAGE
section {
    .section-bg(services, @colorOne); // #id, bg color
    .section-bg(services, @colorTwo);
}