From: Yahya Uddin Date: Fri, 20 Nov 2015 15:06:08 +0000 (+0000) Subject: Removed trailing comma in _menu.scss X-Git-Tag: v6.0.2~15^2^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7058%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Removed trailing comma in _menu.scss Trailing commas are not allowed in sass --- 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;