How to add custom class when I have this problem?

68 Views Asked by At

[1]input.css in my tailwind

I can't add custom class. There seem to be three problems here and I don't know what the yellow line is.

I have installed it several times but it did not help. I checked all the routes and there was no problem. All parts work well except this part

1

There are 1 best solutions below

0
On

As mentioned in the comments, it's just a warning from Visual Studio Code that it doesn't recognize @tailwind rule.

You can use Tailwind CSS IntelliSense extension for Visual Studio Code. This is an official extension that's pretty helpful and will actually fix these warnings.