Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use PostCSS + Webpack #9

Open
iafan opened this issue Oct 3, 2016 · 2 comments
Open

Use PostCSS + Webpack #9

iafan opened this issue Oct 3, 2016 · 2 comments

Comments

@iafan
Copy link
Contributor

iafan commented Oct 3, 2016

When rebuilding parts of the UI in React, we want to take advantage of the locally-scoped CSS rules tied to React components, and this use this as an opportunity to clean up monolithic CSS we currently have.

Let's use PostCSS for this and integrate it with Webpack so that we can produce final CSS bundles upon saving individual component CSS files.

@julen
Copy link
Contributor

julen commented Oct 25, 2016

Also worth considering: https://styled-components.com/

@iafan
Copy link
Contributor Author

iafan commented Oct 25, 2016

Also worth considering: https://styled-components.com/

I'm ok with styled components as well. Let's pick something (e.g. styled components) and try to build some of the new components with it. Then will see if we need to re-evaluate the approach.

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

No branches or pull requests

2 participants