Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there an option to customize class name? #62

Closed
alexamy opened this issue Jun 20, 2024 · 1 comment
Closed

Is there an option to customize class name? #62

alexamy opened this issue Jun 20, 2024 · 1 comment

Comments

@alexamy
Copy link
Contributor

alexamy commented Jun 20, 2024

As for current implementation, the class name is just a hash:

const App = styled(...) => "uuinuq0"

Is there an option to prepend variable name, like so:

const App = styled(...) => "App_uuinuq0"

It is better for debugging, at least.

@alexamy
Copy link
Contributor Author

alexamy commented Jul 31, 2024

Just found the debugId second parameter.

@alexamy alexamy closed this as completed Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant