You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.