stitches icon indicating copy to clipboard operation
stitches copied to clipboard

Inject theme vars (css properties) on-demand

Open hackwaly opened this issue 3 years ago • 1 comments

Currently theme vars are injected eagerly into :root element. Actually some vars are defined but never used.

hackwaly avatar Sep 29 '22 03:09 hackwaly

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.

hadihallak avatar Oct 06 '22 16:10 hadihallak