]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: use and instead of &&
authorDaniel Ruf <daniel.ruf@ueberbit.de>
Mon, 23 Apr 2018 15:06:23 +0000 (17:06 +0200)
committerDaniel Ruf <daniel.ruf@ueberbit.de>
Mon, 23 Apr 2018 15:06:23 +0000 (17:06 +0200)
scss/xy-grid/_cell.scss

index 2ca560d6d91731269ba1c8be49073c3340c87720..016318839b4fd7cce08c92f84bf000a267e92086 100644 (file)
     // Base flex properties
     @include xy-cell-base($size);
 
-    @if($gutter-output == true && $gutter-type == 'margin') {
+    @if($gutter-output == true and $gutter-type == 'margin') {
       @include -xy-cell-properties($size, $gutter, $vertical);
     }
     @else {