]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix issue #10279 by removing mistaken '&' for top level selector 10286/head
authorKevin Ball <kmball11@gmail.com>
Wed, 28 Jun 2017 17:45:58 +0000 (10:45 -0700)
committerKevin Ball <kmball11@gmail.com>
Wed, 28 Jun 2017 17:45:58 +0000 (10:45 -0700)
scss/xy-grid/_classes.scss

index 9216405c0ea69deac131552e409b292b5ddaee4f..97f796b9b7859bb582118e0ec1e54120349a297d 100644 (file)
   }
 
   @if $padding-grid {
-    &.grid-padding-y {
+    .grid-padding-y {
       // Negative margin for nested grids
       .grid-padding-y {
         @include xy-gutters($negative: true, $gutter-position: top bottom);