Skip to content

Commit 5304c96

Browse files
committed
fix(tabs): fix scss compile error on some versions of sass Closes #2719
1 parent b6c7f3f commit 5304c96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_tabs.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
}
125125

126126
@mixin tabs-background($style, $color, $border-color) {
127-
&.#{$style} {
127+
.#{$style} {
128128
.tabs,
129129
&> .tabs{
130130
background-color: $color;
@@ -143,7 +143,7 @@
143143
}
144144

145145
@mixin tabs-color($style, $color) {
146-
&.#{$style} {
146+
.#{$style} {
147147
.tab-item {
148148
color: rgba($color, $tabs-off-opacity);
149149
opacity: 1;

0 commit comments

Comments
 (0)