Skip to content

Instantly share code, notes, and snippets.

@deanhume
Last active August 29, 2015 14:03
Show Gist options
  • Save deanhume/bb169ecb1d586fff223b to your computer and use it in GitHub Desktop.
Save deanhume/bb169ecb1d586fff223b to your computer and use it in GitHub Desktop.
LoadCSS tag snippet
<head>
<script src="loadCSS.min.js"></script>
<script>
// load a file
loadCSS("Styles-V6.min.css");
</script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment