-
Is there a nice way to pull in theme variables for stroke/fill? I'm trying to tie my floorplan in and match light/dark mode |
Beta Was this translation helpful? Give feedback.
Answered by
exetico
Oct 30, 2024
Replies: 1 comment 5 replies
-
What have you tried? CSS variables should work for fills. Just use normal CSS like |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
hilburn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What have you tried?
CSS variables should work for fills. Just use normal CSS like
fill:var(--var-name-here);