11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
---
|
|
whiskers:
|
|
version: "2.0.0"
|
|
matrix:
|
|
- flavor
|
|
filename: "themes/{{flavor.identifier}}.css"
|
|
---
|
|
|
|
{%- for name, color in flavor.colors -%}
|
|
@define-color {{ name }} #{{ color.hex }};
|
|
{% endfor %} |