Skip to content

Instantly share code, notes, and snippets.

@magmoro
Created February 21, 2009 15:30
Show Gist options
  • Save magmoro/68066 to your computer and use it in GitHub Desktop.
Save magmoro/68066 to your computer and use it in GitHub Desktop.
function createSheet(){
var style = new Element('style').inject(document.head);
return style.styleSheet||style.sheet;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment