Created
October 21, 2014 09:32
-
-
Save varya/915847e2ec7b16e42d9e to your computer and use it in GitHub Desktop.
This file contains 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
varyas-mbp:gonzales-try varya$ git diff _styleguide_variables.scss | |
diff --git a/_styleguide_variables.scss b/_styleguide_variables.scss | |
index 9645818..54a9e72 100644 | |
--- a/_styleguide_variables.scss | |
+++ b/_styleguide_variables.scss | |
@@ -1,6 +1,11 @@ | |
-$color-donatello: #841d85; | |
-$color-leonardo: #0000ff; | |
-$color-michelangelo: #FFA500; | |
-$color-raphael: #ff0000; | |
-$color-turtle: #00cc00; | |
-$font-primary: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
\ No newline at end of file | |
+$color-donatello: #841d85 | |
+ | |
+$color-leonardo: #0000ff | |
+ | |
+$color-michelangelo: red | |
+ | |
+$color-raphael: #ff0000 | |
+ | |
+$color-turtle: #00cc00 | |
+ | |
+$font-primary: "Helvetica Neue", Helvetica, Arial, sans-serif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment