Skip to content

Instantly share code, notes, and snippets.

@kossnocorp
Created January 18, 2010 20:51
Show Gist options
  • Select an option

  • Save kossnocorp/280365 to your computer and use it in GitHub Desktop.

Select an option

Save kossnocorp/280365 to your computer and use it in GitHub Desktop.
CSS({
'.awesome-style': {
'background': 'red',
'color': 'white'
},
'.one-more-style': {
'background': 'blue',
'text-align': 'right'
}
});
CSS({
'.awesome-style': {
'background': 'green'
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment