Browse Source

making less file output by jekyll print more nicely

davegandy 12 years ago
parent
commit
6bb86d54ff
1 changed files with 3 additions and 6 deletions
  1. 3 6
      build/assets/font-awesome/less/icons.less

+ 3 - 6
build/assets/font-awesome/less/icons.less

@@ -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 alias in icon.aliases %}
-.icon-{{ alias }}:before,
-{% endfor %}
-.icon-{{ icon.id }}:before { content: @{{ icon.id }}; }
-{% endfor %}
+{% for icon in icons %}{% for alias in icon.aliases %}
+.icon-{{ alias }}:before,{% endfor %}
+.icon-{{ icon.id }}:before { content: @{{ icon.id }}; }{% endfor %}