eliminate possible style conflicts
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5cff5d8280
commit
01fa306429
@ -70,8 +70,8 @@ config :tailwind,
|
|||||||
version: "4.0.0",
|
version: "4.0.0",
|
||||||
cannery: [
|
cannery: [
|
||||||
args: ~w(
|
args: ~w(
|
||||||
--input=css/app.css
|
--input=css/style.css
|
||||||
--output=../priv/static/assets/app.css
|
--output=../priv/static/assets/style.css
|
||||||
),
|
),
|
||||||
cd: Path.expand("../assets", __DIR__)
|
cd: Path.expand("../assets", __DIR__)
|
||||||
]
|
]
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<.live_title suffix={" | #{gettext("Cannery")}"}>
|
<.live_title suffix={" | #{gettext("Cannery")}"}>
|
||||||
{assigns[:page_title] || gettext("Cannery")}
|
{assigns[:page_title] || gettext("Cannery")}
|
||||||
</.live_title>
|
</.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 defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user