Query any namespace in the resolved Tailwind theme. Returns all design tokens as flat key-value pairs.
validate_class_string
Validates a Tailwind className string against the project's resolved config. Returns valid classes, invalid (hallucinated) classes, and conflict warnings.
detect_css_conflicts
Detects conflicting Tailwind utilities — e.g. flex + grid, or absolute + fixed on the same element.
get_config_summary
Returns a compact overview: Tailwind version, prefix, which theme sections are customized, active plugins.