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
Whenever I use an insiders build of Tailwind CSS autocomplete stops working.
In "output" I can see:
Found Tailwind CSS config file: [redacted]/tailwind-insiders-intellisense-bug/tailwind.config.js
Loaded postcss v8.4.14: [redacted]/tailwind-insiders-intellisense-bug/node_modules/postcss
Loaded tailwindcss v0.0.0-insiders.1f74568: [redacted]/tailwind-insiders-intellisense-bug/node_modules/tailwindcss
warn - The `purge`/`content` options have changed in Tailwind CSS v3.0.
warn - Update your configuration file to eliminate this warning.
warn - https://tailwindcss.com/docs/upgrade-guide#configure-content-sources
warn - The `content` option in your Tailwind CSS configuration is missing or empty.
warn - Configure your content sources or your generated CSS will be missing styles.
warn - https://tailwindcss.com/docs/content-configuration
I know using an insiders build means not everything working correctly, but I would like to know if this is a fixable bug or something I should expect?
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS IntelliSense are you using?
v0.8.5
What version of Tailwind CSS are you using?
insiders
What package manager are you using?
yarn
What operating system are you using?
macOS
Reproduction URL
https://github.com/ArekBartnik/tailwind-insiders-intellisense-bug
main
branch: Nextjs app with Tailwind CSS v3.0.24 (autocomplete works)tw-insiders
branch: Nextjs app with Tailwind CSS insiders (autocomplete doesn't work)Describe your issue
Whenever I use an
insiders
build of Tailwind CSS autocomplete stops working.In "output" I can see:
I know using an
insiders
build means not everything working correctly, but I would like to know if this is a fixable bug or something I should expect?The text was updated successfully, but these errors were encountered: