eliminate possible style conflicts

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
assets/css
config
lib/cannery_web/components/layouts

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

@ -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>