From 0dbb90dc0c23bba6092d14c149196b16b5a82466 Mon Sep 17 00:00:00 2001 From: Yahya Uddin Date: Fri, 20 Nov 2015 15:06:08 +0000 Subject: [PATCH] Removed trailing comma in _menu.scss Trailing commas are not allowed in sass --- scss/components/_menu.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_menu.scss b/scss/components/_menu.scss index d29d048e5..086e72cec 100644 --- a/scss/components/_menu.scss +++ b/scss/components/_menu.scss @@ -106,7 +106,7 @@ $menu-expand-max: 6 !default; /// @param {Boolean} $base [true] - Set to `false` to prevent the shared CSS between side- and top-aligned icons from being printed. Set this to `false` if you're calling the mixin multiple times on the same element. @mixin menu-icons($position: side, $base: true) { @if $base { - > li > a, { + > li > a { > img, > i { vertical-align: middle; -- 2.47.2