diff options
Diffstat (limited to 'stylesheets/base/linear-gradient.scss')
-rw-r--r-- | stylesheets/base/linear-gradient.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/base/linear-gradient.scss b/stylesheets/base/linear-gradient.scss index 8782cf2..e63eba8 100644 --- a/stylesheets/base/linear-gradient.scss +++ b/stylesheets/base/linear-gradient.scss @@ -188,6 +188,6 @@ background: -o-linear-gradient(legacy-direction($direction), $color-stops); background: -ms-linear-gradient(legacy-direction($direction), $color-stops); background: linear-gradient($direction, $color-stops); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#{$ieStartColor}', endColorstr='#{$ieEndColor}', GradientType=#{$ieDirection} ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$ieStartColor}', endColorstr='#{$ieEndColor}', GradientType=#{$ieDirection} ); } |