Skip to content

Commit

Permalink
fix: update syntax in example template (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX committed Jun 8, 2024
1 parent 0e5186e commit 3379c79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/colors.whatever-extension
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ test {{ colors.source_color.default.rgb }}
Should not change at all
{{ colors.source_color.default.red | set_lightness: 5.0 }}

red {{harmonized_colors.red.rgb}};
red {{harmonized_colors.red.rgba}};
green {{harmonized_colors.green.hsl}};
blue {{harmonized_colors.blue.hsla}};
red {{colors.red.default.rgb}};
red {{colors.red.default.rgba}};
green {{colors.green.default.hsl}};
blue {{colors.blue.default.hsla}};

source_color {{colors.source_color.default.hex}};

Expand Down

0 comments on commit 3379c79

Please sign in to comment.