backdrop / backdrop-issues

Issue tracker for Backdrop core.
144 stars 39 forks source link

[DX] Never allow aggregated CSS files to exceed 4095 selectors #1402

Open jenlampton opened 8 years ago

jenlampton commented 8 years ago

I propose that we move the Custom css aggregate module into core. Or, at the very least we need to do what it's doing in core.

This is a bug that will catch developers unaware, and they'll spend hours debugging problems with IE. We know IE has problems, and as long as we 'support' IE9, we should prevent Backdrop from being utterly broken on it.

klonos commented 8 years ago

:+1: Doesn't have to be a separate module if merged in core. Where to place this functionality though is a different question (backdrop_add_css function in common.inc perhaps ?).

jenlampton commented 8 years ago

I think it's just part of CSS aggregation.