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
At the very least, I would expect dx clean to remedy the situation, but it does not seem to. I was able to fix it only after finding DioxusLabs/dioxus#2192 and cleaning up the files in ~/.cargo
Problem
When I include a stylesheet via manganis and I remove the import, the stylesheet is still used on the page.
Steps To Reproduce
Steps to reproduce the behavior:
test.css
with this content:div {background-color: red;}
dx serve
The div is colored in red
comment the line
static _STYLE_SHEET: &str = mg!(file("test.css"));
dx serve
againNow the div ist still red
Expected behavior
The div should return to default style when the line si commented out.
Environment:
web
Questionnaire
The text was updated successfully, but these errors were encountered: