Skip to content

Commit

Permalink
Merge pull request #28 from glenselle/patch-1
Browse files Browse the repository at this point in the history
Added missing parens & semicolon
  • Loading branch information
w0rm committed Apr 9, 2015
2 parents d2d956b + a663689 commit 88191a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var opacity = function (css, opts) {
value: '"progid:DXImageTransform.Microsoft.Alpha(Opacity=' + (parseFloat(decl.value) * 100) + ')"'
});
}
}
});
};

gulp.task('css', function () {
Expand Down

0 comments on commit 88191a8

Please sign in to comment.