Hi all,
As we know IE (Internet Explorer) has some issues processing CSS files with many styles, as can be seen in this post.
In the node world. there are tools such as Bless (
http://blesscss.com/) which will allow CSS files to be split up, keeping IE happily within its limits.
I am working on a project at the moment where we are hitting the limits. The front end developer is using Node/Bless to split the file, but I would like to build the code using Sqishit rather than Node.
Does anyone know of a way to make Squishit process the output in a similar way to bless to keep the result within the IE limits?
Thanks
Ian