Created
May 29, 2019 19:50
-
-
Save ericwbailey/adb362e02301896b1dc102fa73262754 to your computer and use it in GitHub Desktop.
#writing #thoughtbot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$_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