Skip to content

Instantly share code, notes, and snippets.

@JuggoPop
Created April 15, 2014 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JuggoPop/10706891 to your computer and use it in GitHub Desktop.
Save JuggoPop/10706891 to your computer and use it in GitHub Desktop.
Sublime Text snippet to insert opening Sass Breakpoint
<!-- Use with custom keyboard shortcut and save 21 keystrokes: https://gist.github.com/lrobeson/9943119 -->
<snippet>
<content><![CDATA[
@include breakpoint() {
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>breakpoint</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment