eliminate possible style conflicts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
shibao 2025-04-05 04:05:10 +00:00
parent 5cff5d8280
commit 01fa306429
3 changed files with 3 additions and 3 deletions

View File

@ -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__)
]

View File

@ -8,7 +8,7 @@
<.live_title suffix={" | #{gettext("Cannery")}"}>
{assigns[:page_title] || gettext("Cannery")}
</.live_title>
<link phx-track-static rel="stylesheet" href={~p"/assets/app.css"} />
<link phx-track-static rel="stylesheet" href={~p"/assets/style.css"} />
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
</script>
</head>