Created
September 25, 2014 19:17
-
-
Save micahgodbolt/d5de3667b0551d296cd4 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
// ---- | |
// Sass (v3.4.4) | |
// Compass (v1.0.1) | |
// ---- | |
$entries: | |
homemarks | |
jitendravyas | |
charlespeters | |
cathy_dutton | |
fazalkhan | |
saltnburnem | |
markgaucher | |
jeremyjosey | |
redk3tchup | |
designsdrive | |
Rosscott | |
feesh | |
patrickhawley | |
mylifeasalllly | |
jaredjohn | |
fivetanley | |
generic_brian | |
jamierytlewski | |
mkessel | |
solidslash | |
program247365 | |
LucianKahn | |
WhitePoisonIvy | |
bjorsen | |
pekkos | |
KevinLozandier | |
Mandy_Kerr | |
esolar07 | |
RobbieTheGeek | |
emma_maria88 | |
metaskills | |
telekineticyeti | |
lhtdesignde | |
cecycorrea | |
baudoin | |
S_Cicero | |
jdsteinbach | |
; | |
hoodie { | |
$length: length($entries); | |
foo: random($length); | |
winnder: nth($entries,random($length)); | |
} |
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
hoodie { | |
foo: 11; | |
winnder: feesh; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment