From cd4768aa81b0c1c7c7ebe33ffc4708a09e0b4a73 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 22 Jul 2019 10:38:28 -0700 Subject: fix broken classes --- scss/_navbar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scss') diff --git a/scss/_navbar.scss b/scss/_navbar.scss index beb6f2bf00..64c15f5347 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -139,7 +139,7 @@ &#{$infix} { @include media-breakpoint-down($breakpoint) { - > [class^=".container"] { + > [class^="container"] { padding-right: 0; padding-left: 0; } @@ -163,7 +163,7 @@ } // For nesting containers, have to redeclare for alignment purposes - > [class^=".container"] { + > [class^="container"] { flex-wrap: nowrap; } -- cgit v1.2.3