I can't explain why there is an error at line 15 when there is no such error at line 21. Clean and rebuilding doesn't help.
my css file :
#i-will-do-it
{
-fx-fill: #3AA8C1; /* moonstone */
/* -fx-fill: #6F2DA8; /* Grape */
}
#background
{
-fx-background-color: #353839; /* Onyx */
}
#minute
{
-fx-stroke: #3F26BF /* Ultramarine Blue */
-fx-stroke-width : 3; /* THIS IS LINE 15 */
}
#seconds
{
-fx-stroke: #FD0E35; /* scarlet */
-fx-stroke-width : 0.8; /* THIS IS LINE 21 */
}
#hour
{
-fx-stroke: #3F26BF; /* Ultramarine Blue */
-fx-stroke-width : 5;
}

;. should have been#3F26BF;