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
I would expect that the shared style would be extrapolated into a single <style> element on the dom, but instead it is repeated over and over again inside of every button
Say I style a component
And I use it
I would expect that the shared style would be extrapolated into a single <style> element on the dom, but instead it is repeated over and over again inside of every button
I think the solution is to use a css outside of the component, but there doesn't seem to be a way to do that with solid-styled-jsx.
Eg, for regular styled-jsx you would go:
The text was updated successfully, but these errors were encountered: