Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

add css support #281

Closed
cyberhck opened this issue Oct 3, 2019 · 1 comment · Fixed by #286
Closed

add css support #281

cyberhck opened this issue Oct 3, 2019 · 1 comment · Fixed by #286

Comments

@cyberhck
Copy link
Collaborator

cyberhck commented Oct 3, 2019

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when I try to use UI libraries, but then I've to set up CSS/SCSS

Describe the solution you'd like
I'd like to have isomorphic css and scss loader because the fact is that we need css at some point anyway, and having css loader, and removing later if not wanted is more easy than not having a css loader and having to add everything when needed.

Describe alternatives you've considered
I don't know of any alternatives that we might have.

Additional context
I was trying to use ant.design and this happened.

@paibamboo
Copy link
Contributor

paibamboo commented Oct 10, 2019

Since isormorphic-style-loader isn't maintained anymore (it even contains its own React version!) and style-loader does not support ssr. I will go with mini-css-extract-plugin approach recommended by this suggestion

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants