%floated-box { display:block; float:left; } [role=main] { @extend %floated-box; background:red; } [role=side] { @extend %floated-box; background:blue; }