fix(tabs): fix scss compile error on some versions of sass Closes #2719

This commit is contained in:
Perry Govier
2014-12-15 11:54:49 -06:00
parent b6c7f3f2d0
commit 5304c96398

View File

@@ -124,7 +124,7 @@
}
@mixin tabs-background($style, $color, $border-color) {
&.#{$style} {
.#{$style} {
.tabs,
&> .tabs{
background-color: $color;
@@ -143,7 +143,7 @@
}
@mixin tabs-color($style, $color) {
&.#{$style} {
.#{$style} {
.tab-item {
color: rgba($color, $tabs-off-opacity);
opacity: 1;