I get many "Unknown property" warnings in my css files.
This might be due to the fact that I have e(fx)clipse 2.0 and the Eclipse Web Developer Tools installed.
If I open the css files with the e(fx)clipse css editor and add /SuppressWarnings/ the warning icon changes its color (see figure below).
However:
- the Problems view still shows the warning and the default css Editor shows the warning, too.
- I do not want to add /SuppressWarnings/ since the css files are automatically generated with WinLess.
How can I disable the "Unknown property" warnings for specific files or at all?
My css files are not located under "src" but under a folder "help". That help folder contains html files for my Eclipse plugin and corresponding css files. =>Those files are not used for JavaFx/e(fx)clipse.
Here is a related article that did not really help me but might give you further information: https://www.eclipse.org/forums/index.php/t/515810/
Screenshot that shows the warnings and the Problem view (click to enlarge)