From: Ian Weller Date: Thu, 18 Jun 2015 14:09:01 +0000 (-0400) Subject: last second change X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7b7f7cc39cfb3c39e2df09ba80b3d0b8222d2f2d;p=web%2FGruntInit%2FglmTheme.git last second change --- diff --git a/root/scss/mixins/_gradient.scss b/root/scss/mixins/_gradient.scss index d0179bc..47f4364 100644 --- a/root/scss/mixins/_gradient.scss +++ b/root/scss/mixins/_gradient.scss @@ -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%); }