Created
December 22, 2021 21:33
-
-
Save rafibomb/bcab208636a3cb1fff73ff865b5cddcc to your computer and use it in GitHub Desktop.
Team Randomization
This file contains 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
.team-block { | |
@include push-center; | |
position:relative; | |
max-width: 340px; | |
@for $i from 1 to 18 { | |
&[data-random-order='#{$i}'] { | |
order: #{$i}; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment