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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -