Skip to content

Instantly share code, notes, and snippets.

@mattdetails
Last active September 3, 2015 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattdetails/ef99ed1093f8f15236af to your computer and use it in GitHub Desktop.
Save mattdetails/ef99ed1093f8f15236af to your computer and use it in GitHub Desktop.
$gray-light: #f2f2f2;
$panel-border-color: darken($gray-light, 10%);
.panel {
border: 2px $panel-border-color solid;
padding: 20px;
}
$gray-light: #f2f2f2;
$border-light: 1px $gray-light solid;
.panel {
border: $border-light;
padding: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment