]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add css for nested variation of frame 10209/head
authorKevin Ball <kmball11@gmail.com>
Tue, 20 Jun 2017 00:22:40 +0000 (17:22 -0700)
committerKevin Ball <kmball11@gmail.com>
Tue, 20 Jun 2017 00:22:40 +0000 (17:22 -0700)
scss/xy-grid/_classes.scss

index 0d038110b665e007eaf4e35437c3e620238d9e49..a29d2b2fa422f0ded4f6062f88768ab442983094 100644 (file)
     @include xy-grid-frame;
   }
 
+  .cell .grid-frame {
+    width: 100%; // Same as include with $nested, but with less css
+  }
+
   .cell-block {
     @include xy-cell-block();
   }
       @include xy-grid-frame;
     }
 
+    .cell .#{$-zf-size}-grid-frame {
+      width: 100%; // Same as include with $nested, but with less css
+    }
+
     .#{$-zf-size}-cell-block {
       @include xy-cell-block();
     }
 
       }
     }
+    .cell {
+      .grid-y.grid-frame {
+        height: 100%; // Same as include with $nested, but with less css
+      }
+      @include -zf-each-breakpoint(false) {
+        .grid-y.#{$-zf-size}-grid-frame {
+          height: 100%; // Same as include with $nested, but with less css
+        }
+      }
+    }
   }
-
 }
 
 // Final classes