Currently working on a project using SASS and Foundation 4. Encountering an issue in IE9 where the CSS seems to be ignored halfway through the generated css file. I've attempted compressing the file with no success. Are there any other limits in IE9 that could be causing this, aside from the 4096 selector limit?
The uncompressed file with comments is 795KB, with IE9 discontinuing reading at 483KB. When compressed, the file shrinks down to 415KB, but IE9 still stops at 223KB. However, when compressed, IE9 does interpret about 20 more selectors.
To view the uncompressed version, visit: https://gist.github.com/benlwilliams/7930177