- You can style the file element by appending one of the 9 color modifiers: + You can style the file element by appending one of the {{ site.data.colors.derived | size }} color modifiers:
-
- {% for color in site.colors %}
+ {% for color in site.data.colors.derived %}
-
-
is-{{ color }}+is-{{ color.id }}
{% endfor %}