lazarv / react-server

The easiest way to build React apps with server-side rendering
https://react-server.dev
MIT License
121 stars 6 forks source link

fix: stylesheet ordering #36

Closed lazarv closed 2 months ago

lazarv commented 2 months ago

Fixes stylesheet ordering when collecting imported stylesheets in dev mode / production mode / file-system based router. Stylesheets imported by a parent module should be loaded first to maintain CSS specificity.