v0.25.0
Minor Changes
-
db437e7: Replace Tailwind CSS lint preset with experimental formatting options
The
adamantite/lint/tailwindpreset has been removed. Tailwind CSS class sorting is now handled via oxfmt'sexperimentalTailwindcssoption, which is already enabled in theadamantiteformat preset.If you were using the Tailwind lint preset, simply remove it from your configuration. Class sorting will be handled automatically when formatting with
adamantite format.