You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looks difficult to support because here we would need to hook inside JavaFX internals resolution of the CSS.
If you have ideas, I am open to discuss them.
The JavaFX Internal resolution is probably relatively easy to mimic.
It's definitely very complicated. Reading the css-file, reading the include-statement, replacing them with the edited file, reloading the original file...
It would probably require various temporary files.
That would probably do the trick but it's very complicated.
Not planning to work on it at the moment.
#13 is probably more important and way easier, especially because it's very unexpected.
Currently cssfx doesn't support "include" inside of css files.
A lot of people are missing this feature.
The text was updated successfully, but these errors were encountered: