-
-
Notifications
You must be signed in to change notification settings - Fork 999
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
dioxus-cli, web example, no CSS #3261
Comments
Oh! I was just about to post an issue on this. Something seems to be broken with CSS + dioxus in general. This problem also happens on fullstack, and isn't specific to the test application. Changing the |
I have also met with this problem. The main branch build of dioxus-cli seems to fix this:
... but it only fixes this for web, not for desktop |
After release v0.6.1 web example and CSS works properly:
|
The assets in the template work on web and desktop. The template imports assets using the
The |
Problem
I created example web app with dioxus-cli with vanilla css.
I followed this doc: https://dioxuslabs.com/learn/0.5/getting_started
Web app builds properly but there is no CSS on website.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
CSS format website properly
Screenshots
Environment:
Questionnaire
The text was updated successfully, but these errors were encountered: