The other day I was looking at the output of nbconvert (turns Jupyter notebooks to HTML) and found the default template embeds over 10,000 lines of CSS!<p>I see the point of munging the names of CSS classes and I'm very interested in the problem of cutting up N HTML documents to produce an N+1 HTML document, which probably requires this.<p>However, I'm also increasingly concerned about the sheer size of web sites and applications that people are building today and one factor there seems to be more and more stuff that gets added to the stack.
Neat! If you're looking for a more advanced library that's easier to use, try <a href="https://www.styled-components.com/" rel="nofollow">https://www.styled-components.com/</a>