isomorphic-react icon indicating copy to clipboard operation
isomorphic-react copied to clipboard

Can we add CSS support?

Open gahlotbaba opened this issue 5 years ago • 1 comments

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 :-

  1. CSS / SCSS with / without CSS module
  2. Combined CSS using https://webpack.js.org/plugins/mini-css-extract-plugin/
  3. Require help to understand such modules to render on NODE/Server side.

gahlotbaba avatar May 10 '20 08:05 gahlotbaba

JS to CSS -> npm install styled-components I use this, you might find it useful

GaddMaster avatar May 14 '20 17:05 GaddMaster