isomorphic-react
isomorphic-react copied to clipboard
Can we add CSS support?
Hi,
I tried but facing issues with enabling CSS in the boilerplate.
Issue type :- /Users/mohit/Documents/isomorphic-react/src/app.css:1 .p { ^ SyntaxError: Unexpected token .
I do want to support below stuff :-
- CSS / SCSS with / without CSS module
- Combined CSS using https://webpack.js.org/plugins/mini-css-extract-plugin/
- Require help to understand such modules to render on NODE/Server side.
JS to CSS -> npm install styled-components I use this, you might find it useful