]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix typo in description of media object components 8194/head
authorCecile Veneziani <contact@cecilitse.org>
Thu, 18 Feb 2016 15:03:32 +0000 (16:03 +0100)
committerCecile Veneziani <contact@cecilitse.org>
Thu, 18 Feb 2016 15:03:32 +0000 (16:03 +0100)
- Fix description of mediaobject-image-width-stacked variable

scss/components/_media-object.scss

index 0878e76aa581cb2526c4a9136705661f28b046a9..5665ff3722ddee1be4e7fb46f46f775f65a4b4a9 100644 (file)
@@ -14,7 +14,7 @@ $mediaobject-margin-bottom: $global-margin !default;
 /// @type Number
 $mediaobject-section-padding: $global-padding !default;
 
-/// With of images within a media object, when the object is stacked vertically. Set to 'auto' to use the image's natural width.
+/// Width of images within a media object, when the object is stacked vertically. Set to 'auto' to use the image's natural width.
 /// @type Number
 $mediaobject-image-width-stacked: 100% !default;