From bcb3250fc52d1c6fca9671d32beeac1c5b17e28b Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Tue, 24 Apr 2018 14:11:13 -0500 Subject: [PATCH] Fix scss lint --- app/assets/stylesheets/bootstrap_migration.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index 0e23ecd156a..20cfefa429b 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -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; } } }