-
Notifications
You must be signed in to change notification settings - Fork 244
Open
Description
I kept getting an error with IE8 on line 383:
function loadStyleSheet( url ) {
xhr.open("GET", url, false);
xhr.send();
return (xhr.status==200) ? xhr.responseText : EMPTY_STRING;
};
This is because my Sass was being outputted as compressed, it needs to be compact.
I think this should be on the docs, took a long while to figure out.
The best way would be to output 2 stylesheets. One as compressed 'main.css' and one 'main-ie.css' as compact and conditionally load them.
Metadata
Metadata
Assignees
Labels
No labels