Support {flood,lighting,stop,text-decoration}-color in geckolib.

This commit is contained in:
Cameron McCormack 2016-05-02 14:41:25 +10:00
parent 174680f98c
commit 330c47f78e
4 changed files with 54 additions and 0 deletions

View file

@ -107,3 +107,8 @@ ${helpers.single_keyword("unicode-bidi", "normal embed isolate bidi-override iso
${helpers.single_keyword("text-decoration-style",
"-moz-none solid double dotted dashed wavy",
products="gecko")}
${helpers.predefined_type(
"text-decoration-color", "CSSColor",
"CSSParserColor::RGBA(RGBA { red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0 })",
products="gecko")}