Created
March 7, 2011 23:33
-
-
Save doctyper/859512 to your computer and use it in GitHub Desktop.
TextMate SCSS @for snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@for \$${3:i} from ${2:1} through ${1:3} { | |
${4:.item-#{\$${3:i}\}} { | |
$0 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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