mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-28 22:41:28 +08:00
making less file output by jekyll print more nicely
This commit is contained in:
parent
a439161b34
commit
6bb86d54ff
9
build/assets/font-awesome/less/icons.less
vendored
9
build/assets/font-awesome/less/icons.less
vendored
@ -2,9 +2,6 @@
|
|||||||
---
|
---
|
||||||
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
||||||
readers do not read off random characters that represent icons */
|
readers do not read off random characters that represent icons */
|
||||||
{% for icon in icons %}
|
{% for icon in icons %}{% for alias in icon.aliases %}
|
||||||
{% for alias in icon.aliases %}
|
.icon-{{ alias }}:before,{% endfor %}
|
||||||
.icon-{{ alias }}:before,
|
.icon-{{ icon.id }}:before { content: @{{ icon.id }}; }{% endfor %}
|
||||||
{% endfor %}
|
|
||||||
.icon-{{ icon.id }}:before { content: @{{ icon.id }}; }
|
|
||||||
{% endfor %}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user