Merge pull request #1700 from hboomsma/currentColor
style: allow current color as valid css color
This commit is contained in:
commit
f3c5909a6c
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import "regexp"
|
|||
|
||||
// namedColors is a list of valid CSS colors
|
||||
var namedColors = []string{
|
||||
"currentcolor",
|
||||
"transparent",
|
||||
"aliceblue",
|
||||
"antiquewhite",
|
||||
|
|
|
|||
Loading…
Reference in a new issue