These are some issues related to tooling that do not affect the build.
-
In VS Code (atleast), CSS files that use TailwindCSS specific at rules may give a warning such as:
Unknown at rule @theme in style.css.If you want to remove those yellow squiggly lines:
- Make sure you've installed
Tailwind CSS IntelliSenseextension - Go to the specific css file giving error.
- Press
Ctrl-Shift-Pto open Command Palette - Search and Select Change Language Mode
- Search and Select Tailwind CSS
- Make sure you've installed
-
Sometimes
tsconfig.jsonfile shows several errors related to config options. I have not found any solution on how to remove them. Link to official issue.
Copyright © 2026 LadyBeGood. All rights reserved.