Skip to content

Instantly share code, notes, and snippets.

@ericf
Created March 13, 2010 01:06
Show Gist options
  • Select an option

  • Save ericf/330998 to your computer and use it in GitHub Desktop.

Select an option

Save ericf/330998 to your computer and use it in GitHub Desktop.
var purgeCSS;
Y.Get.css('path/to/file.css', { onSuccess: function(e){
purgeCSS = e.purge;
// now you could call purgeCSS(); and it will be removed
}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment