Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change order of CSS render #469

Open
mattkrins opened this issue Oct 29, 2024 · 0 comments
Open

Change order of CSS render #469

mattkrins opened this issue Oct 29, 2024 · 0 comments

Comments

@mattkrins
Copy link

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

<link rel="stylesheet" href="%PUBLIC_URL%/flame.css" />

And main/index.css is loaded from
import './index.css';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant