Skip to content

viterex_addon-3.5.5.zip

Choose a tag to compare

@ynamite ynamite released this 19 Aug 06:53
· 6 commits to main since this release

Fixed

  • Scaffolded Tailwind @source globs were silently dead. The stub's
    @source "/src/…" paths resolve as absolute filesystem paths and matched
    nothing — Tailwind's default whole-project heuristic scan carried every
    project unnoticed, and also tokenized docs/markdown prose into bogus class
    candidates (spurious tailwind-clamp warnings at build time, e.g.
    clamp-[text,…]). The stub now uses @import "tailwindcss" source(none)
    with stylesheet-relative globs (incl. src/assets/js for Alpine class
    getters), making scanning explicit-only and deterministic.