From: Harry Manchanda Date: Fri, 18 Aug 2017 04:24:32 +0000 (+0530) Subject: Updated a special quot char... Closes #10515 X-Git-Tag: v6.4.4-rc1~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10551%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Updated a special quot char... Closes #10515 --- diff --git a/scss/prototype/_relation.scss b/scss/prototype/_relation.scss index dad7a45de..87a3b3580 100644 --- a/scss/prototype/_relation.scss +++ b/scss/prototype/_relation.scss @@ -91,7 +91,7 @@ } } -/// Will only select the child if it’s unique. That means that if there are at least 2 children, the style will not be applied. +/// Will only select the child if it's unique. That means that if there are at least 2 children, the style will not be applied. @mixin unique { &:only-child { @content;