/*! loadCSS: load a CSS file asynchronously. [c]2014 @scottjehl, Filament Group, Inc. Licensed MIT */ /* exported loadCSS */ function loadCSS( href, before, media ){ "use strict"; // Arguments explained: // `href` is the URL for your CSS file. // `before` optionally defines the element we'll use as a reference for injecting our // By default, `before` uses the first