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

Add support for CSS modules #110

Open
hammisaad opened this issue Dec 8, 2024 · 0 comments
Open

Add support for CSS modules #110

hammisaad opened this issue Dec 8, 2024 · 0 comments
Labels
type: feature New feature or request

Comments

@hammisaad
Copy link

Short description

Currently, it is not possible to use CSS modules to style components in React, which limits flexibility and has various use cases.

User stories

One example is the Navbar with Nested Links. If a developer wants to reuse this example, they must transform the styles into CSS-in-JS and write them inline. This process can be time-consuming and defeats the purpose of reusing components efficiently.

Adding support for CSS modules would simplify this workflow and improve the developer experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant