astahmer / atomic-css-devtools

A devtool panel for debugging Atomic CSS rules as if they were not atomic. Available on chrome & firefox
https://chromewebstore.google.com/detail/atomic-css-devtools/cbjhfeooiomphlikkblgdageenemhpgc
322 stars 2 forks source link

Disabled utility classes do not persist when switching between elements #2

Open CyberAP opened 1 month ago

CyberAP commented 1 month ago

If you disable some of the utility classes from the element, switch to another element and then return to the original element the disabled utility classes would be gone completely. I expected that I'd be able to turn them back on. The classes could be persisted on the element DOM instance.

https://github.com/user-attachments/assets/e1cbbdda-d3cf-429b-846f-c4ab08474b1c

astahmer commented 1 month ago

this would be a nice improvement ! would you like to send a PR ?