stitches
stitches copied to clipboard
Inject theme vars (css properties) on-demand
Currently theme vars are injected eagerly into :root element. Actually some vars are defined but never used.
I think this could potentially be slower than injecting them before hand and might make the code more branched but keeping this issue open for the future.