From: Colin Marshall Date: Sat, 9 Apr 2016 02:37:17 +0000 (-0600) Subject: Fixed background SVG bug in Edge X-Git-Tag: v6.2.2-rc1~72^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8563%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed background SVG bug in Edge --- diff --git a/scss/util/_mixins.scss b/scss/util/_mixins.scss index c2e8f81fe..129e0db5c 100644 --- a/scss/util/_mixins.scss +++ b/scss/util/_mixins.scss @@ -116,7 +116,7 @@ @mixin background-triangle($color: $black) { $rgb: 'rgb%28#{red($color)}, #{green($color)}, #{blue($color)}%29'; - background-image: url('data:image/svg+xml;utf8,'); + background-image: url("data:image/svg+xml;utf8,"); @media screen and (min-width:0\0) { @if lightness($color) < 60% {