Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 3ed19e6

Browse files
author
Marcel Gerber
committed
Add currentColor back
1 parent 1d16e83 commit 3ed19e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/extensions/default/CSSCodeHints

src/extensions/default/CSSCodeHints/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ define(function (require, exports, module) {
287287
valueArray = valueArray.concat(namedFlows);
288288
} else if (type === "color") {
289289
valueArray = valueArray.concat(ColorUtils.COLOR_NAMES);
290-
valueArray.push("transparent");
290+
valueArray.push("transparent", "currentColor");
291291
}
292292

293293
result = $.map(valueArray, function (pvalue, pindex) {

0 commit comments

Comments
 (0)