beacon icon indicating copy to clipboard operation
beacon copied to clipboard

Update tailwind package to 0.3

Open cibernox opened this issue 9 months ago • 1 comments

This is necessary so the live_admin, which depends on 0.3.1, can resolve dependencies.

cibernox avatar Mar 24 '25 11:03 cibernox

There are 2 issues with bumping :tailwind version:

  1. That's a breaking change that impose the same change to users' projects. Better to keep ~> 0.2 for now (which doesn't block users to use 0.3 in their projects).
  2. Need more testing since v0.3 assumes tailwind v4 which we don't support yet so we need to make sure it works well.

leandrocp avatar Mar 24 '25 16:03 leandrocp