On Thu, 26 Feb 2026 18:19:53 GMT, Andy Goryachev <[email protected]> wrote:
> Looks good! Works even with inline conditionals:
>
> ```
> scene.getStylesheets().add("data:text/css," +
> """
> @import url("data:text/css, .root { -fx-base: #ff0000; }")
> (height < 200) and (not (width <= 200));
> """);
> ```
_Your scientists were so preoccupied with whether or not they could that they
didn't stop to think if they should..._
-------------
PR Comment: https://git.openjdk.org/jfx/pull/2031#issuecomment-3968475485