Skip to content

Commit

Permalink
Added clearfix snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
yobrojas committed Oct 7, 2013
1 parent 2c90703 commit 9430665
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions clearfix/bs3-clearfix.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<snippet>
<content><![CDATA[
<div class="clearfix">
</div>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-clearfix</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
9 changes: 9 additions & 0 deletions icons/bs3-glyphicon.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[
<span class="glyphicon ${1:glyphicon class}"></span>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-icon:glyphicon</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>

0 comments on commit 9430665

Please sign in to comment.