From 4642156cbc6da4a9e25dce2168f2fb9b726de042 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 6 Aug 2013 15:19:12 -0400 Subject: unignore bower_components --- .../font-awesome/src/_includes/cheatsheet.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bower_components/font-awesome/src/_includes/cheatsheet.html (limited to 'bower_components/font-awesome/src/_includes/cheatsheet.html') diff --git a/bower_components/font-awesome/src/_includes/cheatsheet.html b/bower_components/font-awesome/src/_includes/cheatsheet.html new file mode 100644 index 00000000..81e508c4 --- /dev/null +++ b/bower_components/font-awesome/src/_includes/cheatsheet.html @@ -0,0 +1,19 @@ +{% capture stripe_ad_content %} +

+ Print this page to PDF for the complete set of vectors. Or to use on the desktop, install FontAwesome.otf and copy + and paste the icons (not the unicode) directly into your designs. +

+{% endcapture %} +{% include stripe-ad.html %} + + + +
+{% for icon in icons %} +
+ &#x{{ icon.unicode }} + icon-{{ icon.id }} + (&#x{{ icon.unicode }};) +
+{% endfor %} +
-- cgit v1.2.3