[add] support for 'currentcolor' color

This commit is contained in:
Nicolas Gallagher
2016-07-16 19:31:10 -07:00
parent 9e970b3c34
commit f2772b89bf
+1
View File
@@ -193,6 +193,7 @@ function parsePercentage(str: string): number {
var names = {
/* @edit start */
currentcolor: 'currentcolor',
inherit: 'inherit',
/* @edit end */
transparent: 0x00000000,