Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "Include" in css-files #23

Open
FlorianKirmaier opened this issue Apr 16, 2020 · 2 comments
Open

Support "Include" in css-files #23

FlorianKirmaier opened this issue Apr 16, 2020 · 2 comments

Comments

@FlorianKirmaier
Copy link
Contributor

Currently cssfx doesn't support "include" inside of css files.
A lot of people are missing this feature.

@McFoggy
Copy link
Owner

McFoggy commented Apr 17, 2020

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.

@FlorianKirmaier
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants