wurmlab/sequenceserver

Internet Explorer can only handle a maximum of 4096 selectors in one file

Offen

#497 geöffnet am 02.11.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (121 Forks)github user discovery
buildhelp wanted

Repository-Metriken

Stars
 (299 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

We have 5709 in sequenceserver.min.css. Just learnt this through codeclimate bot in PR #496.

I doubt splitting the CSS for search form and results into two files will help, as I don't think we have 1500+ custom selectors on each page. The bulk is coming from frameworks.

It might help to create multiple CSS bundles: bootstrap, other vendor, custom. Can also check if upgrading frameworks can help minimise the number of selectors.

Contributor Guide