Auto-generate color glue

This commit is contained in:
Ravi Shankar 2016-10-22 12:24:50 +05:30
parent caa745cb81
commit b446f0e28a
3 changed files with 5 additions and 17 deletions

View file

@ -209,5 +209,6 @@ ${helpers.single_keyword("text-decoration-style",
${helpers.predefined_type(
"text-decoration-color", "CSSColor",
"CSSParserColor::RGBA(RGBA { red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0 })",
complex_color=True,
products="gecko",
animatable=True)}