Skip to content

Commit

Permalink
Update bs3-icon.sublime-snippet
Browse files Browse the repository at this point in the history
Add base class `fa` and make the `shape` attribute optional. Also trimming the line.
  • Loading branch information
kuroisuna committed Dec 11, 2013
1 parent 0f20b5d commit 6adec42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icon/bs3-icon.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[
<i class="fa-${1:name}-${2:shape}${3:-${4:o}${5:-${6:direction}}}"></i>
<i class="fa fa-${1:name}${2:-${3:shape}${4:-${5:o}${6:-${7:direction}}}}"></i>
]]></content>
<tabTrigger>bs3-icon</tabTrigger>
</snippet>

0 comments on commit 6adec42

Please sign in to comment.