You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently,
main.css
have to be imported separately inroot.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.The text was updated successfully, but these errors were encountered: