catalystui icon indicating copy to clipboard operation
catalystui copied to clipboard

Use CSS without having to separately import it

Open 0xi4o opened this issue 1 year ago • 0 comments

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 avatar Mar 07 '23 07:03 0xi4o