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