last second change
authorIan Weller <ian@gaslightmedia.com>
Thu, 18 Jun 2015 14:09:01 +0000 (10:09 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 18 Jun 2015 14:09:01 +0000 (10:09 -0400)
root/scss/mixins/_gradient.scss

index d0179bc..47f4364 100644 (file)
@@ -4,7 +4,7 @@
 */
 
 @mixin gradient($from, $to) {
-    background: -webkit-gradient(left, $from 5%, $to 100%);
+    background: -webkit-linear-gradient(left, $from 5%, $to 100%);
     background: -moz-linear-gradient(center top, $from 5%, $to 100%);
     background: -ms-linear-gradient(left, $from 5%, $to 100%);
 }