mirror of
https://github.com/less/less.js.git
synced 2026-01-23 06:07:56 -05:00
fixed closing bracket for alpha not showing
This commit is contained in:
@@ -5,6 +5,6 @@ tree.Alpha = function Alpha(val) {
|
||||
};
|
||||
tree.Alpha.prototype = {
|
||||
toCSS: function () {
|
||||
return "alpha(opacity=" + (this.value.toCSS ? this.value.toCSS() : this.value + ")");
|
||||
return "alpha(opacity=" + (this.value.toCSS ? this.value.toCSS() : this.value) + ")";
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user