Skip to content

Conversation

@bakhacode
Copy link

This commit updates the setup instructions for enabling autocompletion for Tailwind Variants in VSCode. Previously, the setup required adding tailwindCSS.experimental.classRegex to the settings.json file, but with the newer versions of the Tailwind CSS IntelliSense extension, users can now simply add "tailwindCSS.classFunctions": ["tv"] to their settings.json file. This change simplifies the configuration, removing the need for complex regular expressions.

This update also resolves the issue discussed in #247, where users were facing difficulties with the previous configuration. The new method provides a much more straightforward way of enabling autocompletion for Tailwind Variants.

This commit updates the setup instructions for enabling autocompletion for Tailwind Variants in VSCode. Previously, the setup required adding tailwindCSS.experimental.classRegex to the settings.json file, but with the newer versions of the Tailwind CSS IntelliSense extension, users can now simply add "tailwindCSS.classFunctions": ["tv"] to their settings.json file. This change simplifies the configuration, removing the need for complex regular expressions.

This update also resolves the issue discussed in #247, where users were facing difficulties with the previous configuration. The new method provides a much more straightforward way of enabling autocompletion for Tailwind Variants.
@vercel
Copy link

vercel bot commented Mar 25, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tailwind-variants-docs ❌ Failed (Inspect) Mar 25, 2025 3:42am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant