Unknown at rule @theme in style.css #13205
Replies: 4 comments 2 replies
-
|
It's a warning from VSCode's in-built CSS parser/validator in that it does not recognize the |
Beta Was this translation helpful? Give feedback.
-
|
You can fix this by changing the Language Mode to Tailwind CSS if you use the Tailwind CSS IntelliSense VS Code extension. |
Beta Was this translation helpful? Give feedback.
-
|
Just install the postcss language support extension for vscode since tailwind uses that also |
Beta Was this translation helpful? Give feedback.
-
|
Tested and it good thank you
…On Tue, Mar 17, 2026, 5:08 PM JoshuaSineta ***@***.***> wrote:
Just install the postcss language support extension for vscode since
tailwind uses that also
—
Reply to this email directly, view it on GitHub
<#13205 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B7HZNK2M4RZ7OMAVQBQOVYT4RHEEDAVCNFSM6AAAAACWVR5TF2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMMJYGQ2DCNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: <tailwindlabs/tailwindcss/repo-discussions/13205/comments/16184415@
github.com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What version of Tailwind CSS are you using?
v4-alpha
What build tool (or framework if it abstracts the build tool) are you using?
VSCode
What version of Node.js are you using?
Node v21.0.0.
What browser are you using?
Chrome
What operating system are you using?
Windows
Reproduction URL
localhost
Describe your issue
After installing via CLI, I tried to add @theme to style.css and got an error.
Beta Was this translation helpful? Give feedback.
All reactions