Skip to content

Instantly share code, notes, and snippets.

@derekr
Created March 3, 2010 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save derekr/320880 to your computer and use it in GitHub Desktop.
Save derekr/320880 to your computer and use it in GitHub Desktop.
// works
=general_text_color
color: #ccc
p
+general_text_color
// doesn't work
!general_text_color = #ccc
p
color: !general_text_color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment