People reported me they were using CSS like ``` scene.getStylesheets().add("/styles/main.css") ``` instead of using a URL. The [JavaFX CSS reference guide](http://docs.oracle.com/javase/8/javafx/api/javafx/scene/doc-files/cssref.html) says that CSS should be referenced by URL. Not clear yet if we have to support it or not.