]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removed trailing comma in _menu.scss 7058/head
authorYahya Uddin <yahya12@outlook.com>
Fri, 20 Nov 2015 15:06:08 +0000 (15:06 +0000)
committerYahya Uddin <yahya12@outlook.com>
Fri, 20 Nov 2015 15:06:08 +0000 (15:06 +0000)
Trailing commas are not allowed in sass

scss/components/_menu.scss

index d29d048e5b83770297aac226550e279ffd23d170..086e72cece3eff9e4d0db078e61ceb936f48eeb3 100644 (file)
@@ -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;