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
When specifying either a css layer function prefix of pw or a standard prefix in the tailwind.config.js of prefix: "pw:" intellisense within my tsx files does not work. When I remove the prefix option from either configuration, intellisense turns back on with no issue.
Example @import "tailwindcss" source(none) prefix(pw):
Example without @import "tailwindcss" source(none):
Just wondering if support for this syntax has been rolled out yet? I see that you still have a draft PR up that might be related? #1117
Thanks!
The text was updated successfully, but these errors were encountered:
What version of VS Code are you using?
1.96.3
What version of Tailwind CSS IntelliSense are you using?
release-0.12.18
orprerelease-0.13.69
What version of Tailwind CSS are you using?
^4.0.0-beta.9
What package manager are you using?
npm
What operating system are you using?
windows 11
Tailwind config
VS Code settings
Reproduction URL
N/A
Describe your issue
When specifying either a css layer function prefix of
pw
or a standard prefix in the tailwind.config.js ofprefix: "pw:"
intellisense within my tsx files does not work. When I remove the prefix option from either configuration, intellisense turns back on with no issue.Example
@import "tailwindcss" source(none) prefix(pw)
:Example without
@import "tailwindcss" source(none)
:Just wondering if support for this syntax has been rolled out yet? I see that you still have a draft PR up that might be related? #1117
Thanks!
The text was updated successfully, but these errors were encountered: