We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e1e1c9 + f3fdcf1 commit 41b43e0Copy full SHA for 41b43e0
src/css/Colors.js
@@ -147,6 +147,8 @@ var Colors = {
147
whitesmoke :"#f5f5f5",
148
yellow :"#ffff00",
149
yellowgreen :"#9acd32",
150
+ //'currentColor' color keyword http://www.w3.org/TR/css3-color/#currentcolor
151
+ currentColor :"The value of the 'color' property.",
152
//CSS2 system colors http://www.w3.org/TR/css3-color/#css2-system
153
activeBorder :"Active window border.",
154
activecaption :"Active window caption.",
0 commit comments