Skip to content

Instantly share code, notes, and snippets.

@varya
Created October 21, 2014 09:32
Show Gist options
  • Save varya/915847e2ec7b16e42d9e to your computer and use it in GitHub Desktop.
Save varya/915847e2ec7b16e42d9e to your computer and use it in GitHub Desktop.
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