kriasoft / isomorphic-style-loader

CSS style loader for Webpack that is optimized for isomorphic (universal) web apps.
https://reactstarter.com
MIT License
1.27k stars 144 forks source link

The style of the server will be overwritten by the style of the browser. #175

Closed Bigerfe closed 4 years ago

Bigerfe commented 4 years ago

I found that there was a problem with this code, and I also did relevant tests.

The style of the server will be overwritten by the style of the browser.

If it is overwritten, the whole page will be rearranged.

I think so.