Skip to content

Instantly share code, notes, and snippets.

@doctyper
Created March 7, 2011 23:33
Show Gist options
  • Save doctyper/859512 to your computer and use it in GitHub Desktop.
Save doctyper/859512 to your computer and use it in GitHub Desktop.
TextMate SCSS @for snippet
@for \$${3:i} from ${2:1} through ${1:3} {
${4:.item-#{\$${3:i}\}} {
$0
}
}
Add to: SCSS + Zen plugin (https://github.com/kuroir/SCSS.tmbundle)
Name: @for
Activation: Tab Trigger -> for
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment