Ok, let's see if I can explain this correctly.

I have a big css file, by itself it surpasses IE selector limit so certain pages on my site are not displaying properly. If I aggregate and compress this file using Drupal, advagg won't have any effect, that is, the page still displays incorrectly.

However, if I split this file in two, an THEN aggregate it using Drupal, then advagg will work correctly and the css will be displayed the way it should be.

Why is this happening? Shouldn't advagg split the file when it reaches the limit?

Comments

mikeytown2’s picture

Status: Active » Closed (duplicate)

Seems related to #1983728-5: Limit CSS selector count to 4095

Marking this issue as a duplicate. If this is a different issue please let me know :)