Skip to content

Commit

Permalink
Update the TODO for extending tests for colors and color variables
Browse files Browse the repository at this point in the history
  • Loading branch information
borulday committed Jun 8, 2024
1 parent 469c8af commit bd76288
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Extension {
this.generator = new Generator(this.container, this.params);
}

// TODO: Consider extending tests for colors and color variables.
styleguideColors(colors) {
return colors.map(c => this.generator.variable(c.name, new Color(c))).join("\n");
}
Expand Down

0 comments on commit bd76288

Please sign in to comment.