From a95de8a5857dbb9d3f68e74d5832787c4ab033fc Mon Sep 17 00:00:00 2001 From: Colin Marshall Date: Fri, 8 Apr 2016 20:37:17 -0600 Subject: [PATCH] Fixed background SVG bug in Edge --- scss/util/_mixins.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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% { -- 2.47.2