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

styled-components and CSS modules #110

Open
kitsuyui opened this issue Jun 13, 2023 · 0 comments
Open

styled-components and CSS modules #110

kitsuyui opened this issue Jun 13, 2023 · 0 comments

Comments

@kitsuyui
Copy link
Owner

styled-components is a library that allows you to write CSS in JavaScript. CSS modules are a mechanism for modularizing CSS. Both allow you to manage CSS on a component-by-component basis.
In React, it is recommended to manage CSS on a component-by-component basis.

I want to use them in this project because they are convenient.
On the other hand, I want to minimize the dependencies of each package and not have dependencies on the packages to be distributed.

I want to investigate whether this can be achieved and then take action.

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

1 participant