Add class names to icon template

This commit is contained in:
Andrew Croce 2018-07-18 10:08:22 -04:00
parent 2ec2d94109
commit f57c93b6f1

View File

@ -1,2 +1,2 @@
{% autoescape None %} {% autoescape None %}
<span class="icon icon--{{name}}" aria-hidden="true">{{ svg }}</span> <span class="icon icon--{{name}} {{classes}}" aria-hidden="true">{{ svg }}</span>