Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save quezo/6336693 to your computer and use it in GitHub Desktop.
Save quezo/6336693 to your computer and use it in GitHub Desktop.
A Pen by Alex Vazquez.
<h1>SCSS can be random.</h1>
@import "compass";
$margin: random(300) + px;
body {
margin: $margin;
background-color: #d982d9;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment