/* _tabs.less ------------- define tabs ------------- .tabs .tab .tab-open */ .tabs:extend(.menu){ li{ .left; } &:after{ .clear; } } .tab{ .hide; p, ul, ol{ &:last-child{ .bottom; } } } .tab-open{ display: block; }