Skip to content

Instantly share code, notes, and snippets.

@gtallen1187
Last active January 1, 2016 14:19
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 gtallen1187/f1d135ebe8c9c0aecf2f to your computer and use it in GitHub Desktop.
Save gtallen1187/f1d135ebe8c9c0aecf2f to your computer and use it in GitHub Desktop.
var myStylesLocation = "http://www.gregdevtest.net/bootstrap/dist/css/bootstrap.min.css";
$('<style type="text/css"></style>')
.html('@import url("' + myStylesLocation + '")')
.appendTo("head");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment