flame
flame copied to clipboard
Change order of CSS render
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 https://github.com/pawelmalak/flame/blob/3c347c854c4c55456785ff026a703422d8f02f62/client/public/index.html#L55 And main/index.css is loaded from https://github.com/pawelmalak/flame/blob/3c347c854c4c55456785ff026a703422d8f02f62/client/src/index.tsx#L3