Cristian Bote
Cristian Bote
Hey @xrofa, Indeed, that is not supported at the moment. The logic was that `setup` and `styled` would usually be used together and hence the tight logic behind `theme` getting...
Not exactly. `css` outputs a string value, representing the className for that given styles. With your exmaple, you could have multiple approaches for goober. One of it that comes to...
Interesting 🤔 I believe this is related to JSX overwriting the types related with #175
Thanks @RealPeha! Will look into the perf to see if there are any regressions.
@RealPeha thank you so much for your work on this! 🙏 I appreciate it! Looked at the perf scores and this is the breakdown: For node env: ``` > NODE_ENV=production...
Hey @samouri! Thank you so much for your kind words! That's actually a great idea! 😄 there are is though at least two other places, top of mind, where you...
While I was looking at emotion's `keyframes` api I noticed this one as well https://emotion.sh/docs/labels. Would something like that be useful in your use case? I think using the `label`...
Hey @iamhosseindhv, thanks for your message. Kudos on `notistack` looks awesome! Can you make me understand how would the custom className help you in adopting `goober`? Trying to figure out...
Thanks for the added info, I believe now it's clearer. So, you are not trying to replace the generated className hash with a custom label, but rather have a predefined...
Hey @zhaoyao91 thanks for opening this issue. Depends on your library needs. `goober` supports custom `target` to be defined for each `css` context. For example, let's say you have your...