]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Updated a special quot char... Closes #10515 10551/head
authorHarry Manchanda <harmanmanchanda182@gmail.com>
Fri, 18 Aug 2017 04:24:32 +0000 (09:54 +0530)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2017 04:24:32 +0000 (09:54 +0530)
scss/prototype/_relation.scss

index dad7a45de16e9daa618c35baaba4364093f3c6e9..87a3b358048cac26f724e8c40a52862f76f40bcd 100644 (file)
@@ -91,7 +91,7 @@
   }
 }
 
-/// Will only select the child if its 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;