From 01fa306429b69a82b5eafe650da9b612bc14b137 Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 5 Apr 2025 04:05:10 +0000 Subject: [PATCH] eliminate possible style conflicts --- assets/css/{app.css => style.css} | 0 config/config.exs | 4 ++-- lib/cannery_web/components/layouts/root.html.heex | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename assets/css/{app.css => style.css} (100%) diff --git a/assets/css/app.css b/assets/css/style.css similarity index 100% rename from assets/css/app.css rename to assets/css/style.css diff --git a/config/config.exs b/config/config.exs index 4c7e994..305a285 100644 --- a/config/config.exs +++ b/config/config.exs @@ -70,8 +70,8 @@ config :tailwind, version: "4.0.0", cannery: [ args: ~w( - --input=css/app.css - --output=../priv/static/assets/app.css + --input=css/style.css + --output=../priv/static/assets/style.css ), cd: Path.expand("../assets", __DIR__) ] diff --git a/lib/cannery_web/components/layouts/root.html.heex b/lib/cannery_web/components/layouts/root.html.heex index bc348f7..796b9df 100644 --- a/lib/cannery_web/components/layouts/root.html.heex +++ b/lib/cannery_web/components/layouts/root.html.heex @@ -8,7 +8,7 @@ <.live_title suffix={" | #{gettext("Cannery")}"}> {assigns[:page_title] || gettext("Cannery")} - +