Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
fix gradient mixin for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Koo committed Apr 17, 2013
1 parent 8615858 commit 0cfba19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/hopscotch.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion less/util.less
Expand Up @@ -17,7 +17,7 @@
}
.gradient(@color, @start, @stop) {
background-color: @color;
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='@start', endColorstr='@stop');
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='@{start}', endColorstr='@{stop}');
background-image:-webkit-gradient(linear,
50% 0%,
50% 100%,
Expand Down

0 comments on commit 0cfba19

Please sign in to comment.