Created
April 14, 2017 13:27
-
-
Save johanneskoch/d62afb7aaf827afa12113c46605afb0b to your computer and use it in GitHub Desktop.
AWS Lambda & LibSass: Example Sass
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
| $brand-primary: peachpuff !default | |
| a | |
| color: $brand-primary | |
| .navbar | |
| background-color: darken($brand-primary, 10%) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment