Support for external CSS Files, and custom css variables #97
Unanswered
mra-miratech
asked this question in
Q&A
Replies: 1 comment
-
Unfortunately the engine isn't sophisticated enough to support that. The CSS engine doesn't support much more than parsing primitive values. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im curious of Salamander Supports svgs which use CSS Styling via CSS selectors and allows custom properties (CSS variables). E.g
—critical-col: red;
.critical {stroke: var(—critical-col)}
<line class=“critical” …..>
ideally, even with reference from svg to extern al Stylesheets. And with a possibility to set the values of the custom variables from Java Code .
That woukd be fantastic.
Beta Was this translation helpful? Give feedback.
All reactions