@mixin tab($name) { .tab.active[data-tab="#{$name}"] { @content; } }