You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently in the process of migrating to goober from styled-components and I was wondering if anyone else has run into this same issue.
When using styled-components, our styles are applied to elements with a double class selector (.btZBKL.btZBKL for example). As we've built our app with this in mind, after migrating to goober which only uses one class selector, component styles no longer have high enough specificity and are overriden by other styles.
I don't see this as an issue with goober but any thoughts are appreciated.
The text was updated successfully, but these errors were encountered:
We're currently in the process of migrating to goober from styled-components and I was wondering if anyone else has run into this same issue.
When using styled-components, our styles are applied to elements with a double class selector (
.btZBKL.btZBKL
for example). As we've built our app with this in mind, after migrating to goober which only uses one class selector, component styles no longer have high enough specificity and are overriden by other styles.I don't see this as an issue with goober but any thoughts are appreciated.
The text was updated successfully, but these errors were encountered: