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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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
.Beta Was this translation helpful? Give feedback.
All reactions