I had a problem when I import a team group project from git, when importing into Eclipse I have to add the JavaFX SDK from the library of build paths and as soon as I open my style package with .css files in it they all have yellow warning lines under each line code. For instance:
.label { -fx-font-size: 12pt; -fx-font-family: "Helvetica bold"; -fx-text-fill: #000000; }
warning message:
Unknown property: "-fx-font-size: 12pt"
This warning has for every .css file and every line.
Any help would be greatly appreciated.
source share