In Intellij IDE, how to disable Unexpected Token
warning?
I killed every options in inspections menu. But it still tortures me...
CSS code:
The "Unexpected token" highlighting reports incorrect syntax. It is not an inspection and cannot be disabled, because code where such an error is highlighted is definitely wrong and will not compile / work as expected.
The comment above tells you how to fix the syntax of your CSS so that it is actually correct.