]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add missing semicolons 10531/head
authorBrett Mason <brettsmason@users.noreply.github.com>
Fri, 11 Aug 2017 13:37:00 +0000 (14:37 +0100)
committerGitHub <noreply@github.com>
Fri, 11 Aug 2017 13:37:00 +0000 (14:37 +0100)
scss/xy-grid/_classes.scss

index 55ddb9b06a2709c698fc30f635ffe07704773dfb..ab8b5778000a1d8bea4b9ed8ff2c8f0d0b527515 100644 (file)
   }
 
   @if $margin-grid {
-    @include xy-margin-grid-classes(top bottom, true, '.grid-margin-y')
+    @include xy-margin-grid-classes(top bottom, true, '.grid-margin-y');
   }
 
 }
     }
   }
   @if $margin-grid {
-    @include xy-margin-grid-classes(top bottom, true, '.grid-margin-y')
+    @include xy-margin-grid-classes(top bottom, true, '.grid-margin-y');
     .grid-frame.grid-margin-y {
-      @include xy-grid-frame(true, false, $grid-margin-gutters, $include-base: false)
+      @include xy-grid-frame(true, false, $grid-margin-gutters, $include-base: false);
     }
     @include -zf-each-breakpoint(false) {
       .grid-margin-y.#{$-zf-size}-grid-frame {
-        @include xy-grid-frame(true, false, $grid-margin-gutters, $-zf-size, false)
+        @include xy-grid-frame(true, false, $grid-margin-gutters, $-zf-size, false);
       }
     }
   }