You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// HACK for IE// http://stackoverflow.com/a/14676665/1458162if(module.media){// insert media into the @import// this is rar// TODO improve this and parse the CSS to support multiple mediascontent=content.replace(/;|\s*$/,module.media);//**!!!!!** module.media missing ';'}