base tabler

This commit is contained in:
JACS 2026-05-01 12:46:11 -05:00
parent ac2cfa9fe1
commit 0f84beacf1
1432 changed files with 28760 additions and 1 deletions

View file

@ -0,0 +1,8 @@
<div class="row row-cols-4 row-cols-md-6 g-3 g-md-4">
{%- for color in include.colors -%}
<div class="col-2 text-center">
<div class="p-6 rounded border" style="background-color: var({{ color[1].prop }});"></div>
<div class="small">{{ color[1].title }}</div>
</div>
{% endfor -%}
</div>