Skip to content

Instantly share code, notes, and snippets.

@robertjwhitney
Created September 10, 2010 03:49
Show Gist options
  • Save robertjwhitney/573053 to your computer and use it in GitHub Desktop.
Save robertjwhitney/573053 to your computer and use it in GitHub Desktop.
%style{:type=>"text/css"}
:sass
#myCustomElement
background: ##{current_user.color}
background = "-webkit-gradient(linear, left top, left bottom, from(##{current_user.color}), to(" + (##{current_user.color} - #222) + "))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment