Skip to content

Commit a402fb1

Browse files
devvaannshabose
authored andcommitted
fix: named colors appearing twice
1 parent 5c1e428 commit a402fb1

File tree

1 file changed

+0
-3
lines changed
  • src/extensions/default/CSSCodeHints

1 file changed

+0
-3
lines changed

src/extensions/default/CSSCodeHints/main.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,6 @@ define(function (require, exports, module) {
416416
})
417417
);
418418

419-
valueArray = valueArray.concat(ColorUtils.COLOR_NAMES.map(function (color) {
420-
return { text: color, color: color };
421-
}));
422419
valueArray.push("transparent", "currentColor");
423420
}
424421

0 commit comments

Comments
 (0)