Skip to content

Instantly share code, notes, and snippets.

@terkel
Created August 3, 2016 07:44
Show Gist options
  • Save terkel/3bfd05a0cadd275e453054a26a829cce to your computer and use it in GitHub Desktop.
Save terkel/3bfd05a0cadd275e453054a26a829cce to your computer and use it in GitHub Desktop.
@function placeholder-image ($width, $height: $width) {
$size: $width + "/" + $height;
$src: "https://unsplash.it/" + $size + "/?random=" + random();
@return url($src);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment