Created
January 16, 2012 18:41
-
-
Save shodoi/1622256 to your computer and use it in GitHub Desktop.
SCSSの@forサンプル。Sassオンラインエディタとローカルで出力の挙動が異なるような。
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
| .hoge { | |
| @for $i from 0 through 10 { | |
| li-#{$i + 1} { | |
| margin: #{50 * $i}px; | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment