i cant use variable in tailwind react vite latest #16500
Unanswered
iamalbinnj
asked this question in
Help
Replies: 1 comment 2 replies
-
That sounds like just a language server issue that's not recognizing our custom CSS rules but shouldn't actually make anything not work. If you're using VS Code, install our IntelliSense plugin and use the provided "Tailwind CSS" language mode. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
`@import "tailwindcss";
@theme{
--primary : #39db4a;
}`
got error Unknown at rule @ThemeCSS(unknownAtRules) in index.css
Beta Was this translation helpful? Give feedback.
All reactions