Skip to content

Instantly share code, notes, and snippets.

@ericwbailey
Created May 29, 2019 19:50
Show Gist options
  • Save ericwbailey/adb362e02301896b1dc102fa73262754 to your computer and use it in GitHub Desktop.
Save ericwbailey/adb362e02301896b1dc102fa73262754 to your computer and use it in GitHub Desktop.
#writing #thoughtbot
$_color-outline: saturate($brand-primary, 20%);
.component {
border: 2px solid $color-outline;
// Other component code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment