Skip to content

[Feature]: Bump Tailwind to latest v3 - 3.4.17 #130

@jk-lamb

Description

@jk-lamb

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions