Skip to content

Commit

Permalink
fix(table): fix align helper classes for .sbb-table (#113)
Browse files Browse the repository at this point in the history
Closes #112
  • Loading branch information
kyubisation authored Jul 19, 2019
1 parent f97d99e commit fad4627
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ $tableCaptionColor: $sbbColorGrey;
}

@mixin sbbTable() {
table.sbb-table {
.sbb-table {
@include table();
}
}

0 comments on commit fad4627

Please sign in to comment.