Skip to content

Instantly share code, notes, and snippets.

@chriseppstein
Forked from derekr/vars.sass
Created March 3, 2010 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriseppstein/320923 to your computer and use it in GitHub Desktop.
Save chriseppstein/320923 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