cereallarceny / cra-ssr

[DEPRECATED] Server-side rendering with create-react-app, React Router v4, Helmet, Redux, and Thunk
484 stars 118 forks source link

SASS/SCSS support #19

Closed koyta closed 6 years ago

koyta commented 6 years ago

Any suggestions about server-rendering sass-loader => css-loader(+ css-modules) => html+unique css names? Styled-components works nice, but css-modules not :(

cereallarceny commented 6 years ago

There's currently no official support for styled-components or css-modules. You can already get SASS support by doing what CRA recommends directly. This has nothing to do with this repo - closing.