Skip to content

Instantly share code, notes, and snippets.

@JohnCoates
Last active October 17, 2015 23:52
Show Gist options
  • Save JohnCoates/4c4aee9202918ecaf1e9 to your computer and use it in GitHub Desktop.
Save JohnCoates/4c4aee9202918ecaf1e9 to your computer and use it in GitHub Desktop.
CSSketch Examples
// Match based on class
.shadow {
@horizontal: 1px;
@vertical: 2px;
@blur: 15px;
@spread: 2px;
@color: rgba(0,0,0,0.4);
box-shadow: @horizontal @vertical @blur @spread @color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment