5 lines
73 B
SCSS
5 lines
73 B
SCSS
@mixin tab($name) {
|
|
.tab.active[data-tab="#{$name}"] {
|
|
@content;
|
|
}
|
|
}
|