Skip to content

Commit fac9705

Browse files
committed
chore: remove redundant comment
1 parent b37db28 commit fac9705

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/_util.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ module.exports = {
387387

388388
// if we have an alpha channel, use `rgba()`
389389
if (a > 0 && a < 1) {
390-
// TODO-AH: make sure `a` is only 3 significant figures, e.g. 0.02, 1.00, 0.20
391390
return `rgba(${r}, ${g}, ${b}, ${a.toFixed(2)})`;
392391
} else {
393392
// print hex instead when the value has no alpha channel

0 commit comments

Comments
 (0)