catalystui
catalystui copied to clipboard
Use CSS without having to separately import it
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.