mayank99 / ecsstatic

the predefinite CSS-in-JS library for vite
https://ecsstatic.dev
Other
273 stars 8 forks source link

Only prefix obfuscated/scrambled classNames #11

Closed tomahl closed 1 year ago

tomahl commented 1 year ago

As a user I would like to to keep the non obfuscated class names intact so that elements are easier to find/read in the developer tools.

mayank99 commented 1 year ago

The non-obfuscated classes are not part of the build output + I would like to avoid potential collisions that could arise from regular CSS. So I think this is a non-issue.