Jump to content

Internet Explorer CSS limit


Recommended Posts

Hi,

 

There is a big issue with prestashop 1.6 CSS compile.

Since there is used bootstrap and Sass css file is bigger and have more selectors.

There is also limit of max size of css file and numeber of css files loaded per page.

So in current situation it works only with  basic theme configuration, when you add more modules shop looks bad under ie8 and ie9 even if styleshet is fine for browsers.

 

So CCC compiler have to be rewriten to split css into 2/3 files when

  • sheet may contain up to 4095 rules
  • sheet may @import up to 31 sheets
  • @import nesting supports up to 4 levels deep

More info

http://stackoverflow.com/questions/9906794/internet-explorers-css-rules-limits

  • Like 2
Link to comment
Share on other sites

  • 6 months later...
  • 1 month later...
×
×
  • Create New...