diff --git a/Desktop/Dioxus.toml b/Desktop/Dioxus.toml index 5eb5d78..ddc5a6c 100644 --- a/Desktop/Dioxus.toml +++ b/Desktop/Dioxus.toml @@ -31,7 +31,7 @@ watch_path = ["src", "assets"] # CSS style file {% if styling == "Tailwind" %} -style = ["tailwind.css"] +style = ["/tailwind.css"] {% else %} style = [] {% endif %} diff --git a/Fullstack/Dioxus.toml b/Fullstack/Dioxus.toml index 0d3c5ba..ca6479b 100644 --- a/Fullstack/Dioxus.toml +++ b/Fullstack/Dioxus.toml @@ -31,7 +31,7 @@ watch_path = ["src", "assets"] # CSS style file {% if styling == "Tailwind" %} -style = ["tailwind.css"] +style = ["/tailwind.css"] {% else %} style = [] {% endif %}