From 0698dfbed772e94c8e86ff9bddb4180748cb546c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Dec 2016 22:20:22 -0800 Subject: [PATCH] linting --- scss/_navbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_navbar.scss b/scss/_navbar.scss index b5231d7200..7ab331dcb7 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -114,10 +114,10 @@ // or image file as needed. .navbar-toggler-icon { display: inline-block; - content: ""; width: 1.5em; height: 1.5em; vertical-align: middle; + content: ""; background: no-repeat center center; background-size: 100% 100%; }