.dungeon/styles/v3/mixins/_utils.scss

5 lines
73 B
SCSS

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