]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix ampersand in media object Sass sneaking into CSS output
authorGeoff Kimball <geoff@zurb.com>
Fri, 4 Dec 2015 22:41:26 +0000 (14:41 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 4 Dec 2015 22:41:26 +0000 (14:41 -0800)
scss/components/_media-object.scss

index 812130cce94a091cdaf19ee10fd10347005da916..30e691cd28c2f48ac3c12057d2d96ad9d7fa1331 100644 (file)
@@ -34,7 +34,7 @@ $mediaobject-image-width-stacked: 100% !default;
     padding-#{$global-right}: $padding;
   }
 
-  &:last-child:not(+ &:first-child) {
+  &:last-child:not(+ #{&}:first-child) {
     padding-#{$global-left}: $padding;
   }
 }