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
Is there a way that flame.css can be rendered after main.css?
Currently if i want to add some custom CSS, things get auto-overridden because main.css is loaded after flame.css, but in reality it should probably be the opposite so you can override any css definition you want.
Currently flame.css is being loaded from the HTML entry file
Is there a way that flame.css can be rendered after main.css?
Currently if i want to add some custom CSS, things get auto-overridden because main.css is loaded after flame.css, but in reality it should probably be the opposite so you can override any css definition you want.
Currently flame.css is being loaded from the HTML entry file
flame/client/public/index.html
Line 55 in 3c347c8
And main/index.css is loaded from
flame/client/src/index.tsx
Line 3 in 3c347c8
The text was updated successfully, but these errors were encountered: