We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem
In dioxus 0.5, we can use the method with_custom_head to load a stylesheet like:
with_custom_head
<link rel="stylesheet" href="public/bulma.min.css" type="text/css">
But it does not work in dioxus 0.6. Any ideas on how to load a local stylesheet using with_custom_head (not using asset!)?
If we use asset!, it seems that it can not run with cargo run.
asset!
cargo run
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
The with_custom_head method should work as dioxus 0.5.
Screenshots
Environment:
desktop
Questionnaire
I'm interested in fixing this myself but don't know where to start
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
In dioxus 0.5, we can use the method
with_custom_head
to load a stylesheet like:But it does not work in dioxus 0.6. Any ideas on how to load a local stylesheet using
with_custom_head
(not using asset!)?If we use
asset!
, it seems that it can not run withcargo run
.Steps To Reproduce
Steps to reproduce the behavior:
with_custom_head
method to load a stylesheet in a local dir.Expected behavior
The
with_custom_head
method should work as dioxus 0.5.Screenshots
Environment:
desktop
Questionnaire
I'm interested in fixing this myself but don't know where to start
The text was updated successfully, but these errors were encountered: