When I enter the tailwind keyword in class="", I want to close the content of the file association, and only want to display the tailwind keyword, how do I set it?
Thank you for your reply, I have one more question How to turn off the syntax check of the css file, such as the "css.validate": false setting in vscode
I unchecked the css check but some errors still seem to be reported
No way, completion will show classes from existing stylesheets along with tailwind selectors
Elena Pogorelova
Thank you for your reply, I have one more question
How to turn off the syntax check of the css file, such as the "css.validate": false setting in vscode
I unchecked the css check but some errors still seem to be reported
The errors come from the parser and thus can't be suppressed, the only way to get rid of them is disabling syntax highlighting via the inspections widget in the upper right corner. See https://www.jetbrains.com/help/phpstorm/2021.1/disabling-and-enabling-inspections.html#change-highlighting-level-for-file
Looks as if you are using SCSS or PostCSS syntax is .css file, right?