- I'm building Clarity 3 app (looking forward to upgrade it to Clarity 4 once it's out).
- I don't care about old browsers.
- I guess, I shouldn't use Clarity SCSS as it will be removed in v4
I want a simple way to switch between light and dark themes, which will:
- not include manually copied Clarity CSS code in my files like this example from docs
- smooth switching theme without glitches
- every theme will have a small set of its css vars customized (with brand colors and fonts)
I've checked out few answers here, and this repository mentioned in Clarity docs, but none of them are compatible with my requirements.
Any suggestions?