mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-16 02:00:28 +08:00
Minor formatting fix.
This commit is contained in:
parent
7c5420119c
commit
5213cd9225
1186
less/variables.less
1186
less/variables.less
File diff suppressed because it is too large
Load Diff
2
src/assets/font-awesome/less/variables.less
vendored
2
src/assets/font-awesome/less/variables.less
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user