#Sublime Snippets
A set of custom snippets for Sublime Text 2. DRY!!!!
##Example
d + tab
<div class=" {1} ">
{2}
</div><!-- {1} close -->
Note: Cursor automatically points to {1} after you execute d + tab keys, press tab key to move cursor from {1} to {2}
= + tab
<%= {1} %>
rounded + tab
@include rounded( {1} );
br + tab
<br class="clear">
class + tab
, :class => ' {1} '
c + tab
/* ~ {1}
-----------------------------------------------------------*/
##How to use? Download and place the snippets in
/Users/YOUR_USERNAME/Library/Application Support/Sublime Text 2/Packages/User