]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed background SVG bug in Edge 8563/head
authorColin Marshall <colin.michael.marshall@gmail.com>
Sat, 9 Apr 2016 02:37:17 +0000 (20:37 -0600)
committerColin Marshall <colin.michael.marshall@gmail.com>
Sat, 9 Apr 2016 02:37:17 +0000 (20:37 -0600)
scss/util/_mixins.scss

index c2e8f81fe59a47099249ce13da92ff73d4a7ab72..129e0db5c2703c130cd13c681559a421ec99d85c 100644 (file)
 @mixin background-triangle($color: $black) {
   $rgb: 'rgb%28#{red($color)}, #{green($color)}, #{blue($color)}%29';
 
-  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: #{$rgb}"></polygon></svg>');
+  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: #{$rgb}'></polygon></svg>");
 
   @media screen and (min-width:0\0) {
     @if lightness($color) < 60% {