]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: fix name of mixin `button-group-no-gaps` 10081/head
authorNicolas Coden <nicolas@ncoden.fr>
Sun, 7 Jan 2018 21:46:57 +0000 (22:46 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Sun, 7 Jan 2018 21:46:57 +0000 (22:46 +0100)
scss/components/_button-group.scss

index 3b56558746821d90c6c03223866e02a3859addaf..faddef7c8a4f3cbdf7eda98dcadce87af681dbfd 100644 (file)
@@ -77,7 +77,7 @@ $buttongroup-radius-on-each: true !default;
 
 /// Make buttons bonded without gap between them. Borders between buttons are merged
 /// @param {String} $selector [$buttongroup-child-selector] - Selector for the buttons inside a button group.
-@mixin button-group-no-gap(
+@mixin button-group-no-gaps(
   $selector: $buttongroup-child-selector,
   $border-width: $button-hollow-border-width
 ) {
@@ -247,7 +247,7 @@ $buttongroup-radius-on-each: true !default;
     }
 
     &.no-gaps {
-      @include button-group-no-gap;
+      @include button-group-no-gaps;
     }
 
     &.stacked,