32 css files!?
oh boy…
… which reminded me of a less known limitation in Internet Explorer….
The max number of external CSS files that can be loaded in a single webpage via the tag, or included via the @import url directive is 32. Any css file beyond this limit will not be parsed.
full article here.
i did not know that. certainly an issue, when compiling complex pages from components that package scripts and css.

