projects
/
web
/
GruntInit
/
glmTheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd535e
)
last second change
author
Ian Weller
<ian@gaslightmedia.com>
Thu, 18 Jun 2015 14:09:01 +0000
(10:09 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Thu, 18 Jun 2015 14:09:01 +0000
(10:09 -0400)
root/scss/mixins/_gradient.scss
patch
|
blob
|
history
diff --git
a/root/scss/mixins/_gradient.scss
b/root/scss/mixins/_gradient.scss
index
d0179bc
..
47f4364
100644
(file)
--- 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%);
}