trunk-rs/trunk

Tools config section missing on trunkrs.dev

Fechada

#948 aberto em 17 de fev. de 2025

 (4 comentários) (11 reações) (0 responsável)Rust (315 forks)auto 404
documentationgood first issuehelp wanted

Métricas do repositório

Stars
 (4.347 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Trunk was launching an old version of Tailwind (3.3.5, I wanted 4.0.6), so I ended up diving into the source code and found a not-exactly-documented [tools] section. [tools] and tailwindcss = "4.0.6" does the trick, and there are a few more tools with version defaults as well as some other stuff.

It would be nice to add all of these to the official website's Config page.

Also, the most recent version of Tailwind seems to be a breaking change compared to 3.x and using the default settings while expecting 4.x causes errors. Updating it would be a breaking change too, but it might be worth it to clarify the current default version (as well as for the other tools) to avoid confusion & instruct how to specify the preferred version via the config.

Guia do colaborador