-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem description
Bump Tailwind to latest v3 - 3.4.17
Proposed solution
Bump Tailwind to latest v3 - 3.4.17
Alternatives considered
No response
Use case
N/A
Desired API/code example
# config.exs
# Configure tailwind (the version is required)
config :tailwind,
version: "3.4.17",
default: [
args: ~w(
--config=tailwind.config.js
--input=css/app.css
--output=../priv/static/assets/app.css
),
cd: Path.expand("../assets", __DIR__)
]Priority (1-5)
2 - Medium - Would be helpful
Additional Context
No response
Checklist
- I have searched for existing issues before creating this one
- I have checked the roadmap in the README
- This is a feature request, not a bug report or question. For general questions, please use Kanta Slack channel or GitHub Discussions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request