Created
September 25, 2016 07:21
-
-
Save alexvas123/7696e9d145fc6733c007faa7c4908e0f to your computer and use it in GitHub Desktop.
CSS Loop
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
// CSS Loop | |
li | |
@for $i from 1 through 6 | |
&:nth-child(#{$i}) | |
animation-duration: 400ms * $i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment