Skip to content

Instantly share code, notes, and snippets.

@calebporzio
Last active April 8, 2018 01:34
Show Gist options
  • Save calebporzio/7c3172e07327dffdb2797f964c139caa to your computer and use it in GitHub Desktop.
Save calebporzio/7c3172e07327dffdb2797f964c139caa to your computer and use it in GitHub Desktop.
Font Awesome sublime snippet for creating icon tags
<snippet>
<content><![CDATA[
<i class="fa fa-fw fa-${1}"></i>&nbsp;
]]></content>
<tabTrigger>fa</tabTrigger>
<description>Font Awesome Icon</description>
<scope>text.blade, text.html.blade, text.html</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment