eliminate possible style conflicts

This commit is contained in:
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__)
]