css - How to extract styles of material ui? -


is there way extract styles of components separated file? have 10 buttons on page , styles them duplicated 10 times. means, have server users 10times more bytes, or optimized somehow?

moreover can't create .scss files own styles, ok, can adopt new way of styling, if not force users download 10times bigger files previously...

ps. i've read https://github.com/callemall/material-ui/issues/1132 , there no solution here (or can't see it?)


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -