We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What version of Tailwind CSS IntelliSense are you using? v0.8.1
What version of Tailwind CSS are you using?
^v3.0.18
What package manager are you using?
npm
What operating system are you using?
Windows
Reproduction URL
https://github.com/mreduar/tailwind-intellisence-bug (a Laravel skeleton with jetstream and inertia.) file resources\js\Pages\Dashboard.vue
resources\js\Pages\Dashboard.vue
Describe your issue
If you enter the file described above you may notice that the extension does not work after the <template #header>. on line 8
<template #header>.
If you delete the template then the rest works.
with <template #header>.
without <template #header>.
The text was updated successfully, but these errors were encountered:
Same issue here and switching back to 0.7.7 "fixes" this for now:)
Sorry, something went wrong.
<template>
Thanks for reporting @mreduar. This will be fixed in the next release 👍
Thank you @bradlc!
Successfully merging a pull request may close this issue.
What version of Tailwind CSS IntelliSense are you using?
v0.8.1
What version of Tailwind CSS are you using?
^v3.0.18
What package manager are you using?
npm
What operating system are you using?
Windows
Reproduction URL
https://github.com/mreduar/tailwind-intellisence-bug (a Laravel skeleton with jetstream and inertia.)
file
resources\js\Pages\Dashboard.vue
Describe your issue
If you enter the file described above you may notice that the extension does not work after the
<template #header>.
on line 8If you delete the template then the rest works.
with

<template #header>.
without

<template #header>.
The text was updated successfully, but these errors were encountered: