1
0
mirror of https://github.com/tabler/tabler.git synced 2026-01-07 21:30:06 +04:00

icons, toast message

This commit is contained in:
chomik
2019-03-25 21:03:14 +01:00
parent 2f35599ea2
commit 1d8b0317e3
275 changed files with 68 additions and 297 deletions

View File

@@ -1,9 +1,5 @@
{% comment %}
<svg class="icon{% if include.class %} {{ include.class }}{% endif %}{% if include.color %} text-{{ include.color }}{% endif %}">
</svg>
{% endcomment %}
{% capture class %}{% if include.class %} {{ include.class }}{% endif %}{% if include.color %} text-{{ include.color }}{% endif %}{% endcapture %}
{% capture i %}
{% include icons/{{ include.icon }}.svg %}
{% endcapture %}
{{ i | svg_icon: include.class }}
{{ i | svg_icon: class }}