From 6ee12f6a41b784039cd73e8a32493a38b0892c04 Mon Sep 17 00:00:00 2001 From: Harry Manchanda Date: Fri, 18 Aug 2017 09:54:32 +0530 Subject: [PATCH] Updated a special quot char... Closes #10515 --- scss/prototype/_relation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2