conflict resolved
authorIan Weller <ian@gaslightmedia.com>
Mon, 5 Oct 2015 21:23:12 +0000 (17:23 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 5 Oct 2015 21:23:12 +0000 (17:23 -0400)
1  2 
scss/mixins/_gradient.scss

@@@ -7,5 -7,5 +7,5 @@@
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, $from), color-stop(1, $to));
      background: -moz-linear-gradient(center top, $from 5%, $to 100%);
      background: -ms-linear-gradient(center top, $from 5%, $to 100%);
-     filter: progid:DXIm-ageTransform.Microsoft.gradient(startColorstr='#{$from}', endColorstr'#{$to}');
- }
+     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$from}', endColorstr'#{$to}');
 -}
++}