I am outputting in to app.css all of the foundation scss files, so there is one big css file styling the website.
There are too many selectors, about 5000+ and I believe that becuase it's over the 4096 that you are allowed for IE9 and below, some of the styles aren't being output.
How can I compile in to two separate CSS files, app.css and app1.css to make the styles work in IE9 and below?