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 CSS without having to separately import it #16

Open
0xi4o opened this issue Mar 7, 2023 · 0 comments
Open

Use CSS without having to separately import it #16

0xi4o opened this issue Mar 7, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@0xi4o
Copy link
Collaborator

0xi4o commented Mar 7, 2023

Currently, main.css have to be imported separately in root.tsx or __app.tsx. Components styles wouldn't be applied otherwise.

It would be great, if each component came with their own styles injected automatically during import. This would prevent the need to import the main.css file which includes all the styles, even for components that we don't end up using.

@0xi4o 0xi4o added the enhancement New feature or request label Mar 7, 2023
@0xi4o 0xi4o self-assigned this Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant