Minor formatting fix.

This commit is contained in:
Macdonald, Zak 2015-06-28 20:45:03 -07:00
parent 7c5420119c
commit 5213cd9225
2 changed files with 594 additions and 594 deletions

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
{% capture glyph_count %}{{ sorted_icons | size }}{% endcapture %} {% capture glyph_count %}{{ sorted_icons | size }}{% endcapture %}
@fa-var-glyphs: @fa-var-glyphs:
{% assign sorted_icons = icons | expand_aliases | sort_by:'class' %}{% for icon in sorted_icons %}{{ icon.class }} "\{{ icon.unicode }}"{% if forloop.index != glyph_count %},{% endif %} {% assign sorted_icons = icons | expand_aliases | sort_by:'class' %}{% for icon in sorted_icons %}"{{ icon.class }}" "\{{ icon.unicode }}"{% if forloop.index != glyph_count %},{% endif %}
{% endfor %}; {% endfor %};
// icon sizes - these scale font size and line height // icon sizes - these scale font size and line height