pub fn scan_tailwind_arbitrary_values(source: &str) -> Vec<TailwindArbitraryUse>Expand description
Scan markup source for Tailwind arbitrary-value utility tokens, one entry per occurrence. The caller must gate this on the project using Tailwind (the token shape is Tailwind-specific but not exclusive).