Join Nostr
2025-06-18 22:35:18 UTC

Doug Parker 🕸️ on Nostr: Anyone know if it's possible to remove all #CSS variables on an element? I'm thinking ...

Anyone know if it's possible to remove all #CSS variables on an element?

I'm thinking something like `all: initial;` but covering inherited CSS variables.

The solutions I'm finding involving looking at loaded stylesheets on the page, which feels way more heavyweight than this should be.