I appreciate that light-dark is used when generating inline styles (#7), and would love if we could extend that to be an option for generated files too.
I'm using color-mode in :root to control light and dark mode, and as such am relying completely on light-dark() to pick the correct colors. (This also means the generated linline styles don't work well for me either, but I'll open a separate issue for that.)
Is this something you're open to having an option for? I'd be happy to attempt a PR if so.
I appreciate that
light-darkis used when generating inline styles (#7), and would love if we could extend that to be an option for generated files too.I'm using
color-modein:rootto controllightanddarkmode, and as such am relying completely onlight-dark()to pick the correct colors. (This also means the generated linline styles don't work well for me either, but I'll open a separate issue for that.)Is this something you're open to having an option for? I'd be happy to attempt a PR if so.