Skip to content

Instantly share code, notes, and snippets.

@verekia
Created January 20, 2016 20:35
Show Gist options
  • Save verekia/3e3f1ffa9a1a8759b275 to your computer and use it in GitHub Desktop.
Save verekia/3e3f1ffa9a1a8759b275 to your computer and use it in GitHub Desktop.
@lightRed: #fdd;
@lightGreen: #dfd;
@lightBlue: #ddf;
@defaultThemeColor:@lightGreen;
.shape{
display:inline-block;
width:200px;
height:200px;
background:@defaultThemeColor;
margin:20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment