Fix scss lint

This commit is contained in:
Clement Ho 2018-04-24 14:11:13 -05:00
parent 35ea254c92
commit bcb3250fc5
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ table {
@include media-breakpoint-up($breakpoint) {
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
.d#{$infix}-table-header-group { display: table-header-group !important; }
.d#{$infix}-table-header-group { display: table-header-group !important; }
}
}