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
Indeed, emotion represents the biggest part of the library and I'm not happy with it. 😞
I decided to use CSS-in-JS because I didn't want to ask everyone to include a css file. This is a common issue with every libraries that need to set some CSS rules.
I doubt that you can support all existing styles with only plain style tags (because of pseudo-elements) but if you find a way, I could consider a PR.
I could also consider switching to plain css that would need to be imported.
Hi, would you be interested in a pr for the removal of emotions?
The main reason behind this would be got get a smaller bundlesize.
Right now its on 12.5 kb
And the main reason for this is emotion.
I would propose a pr for the removel of emotion, and maybe a solution with inline scroped style tags, if you are open for a pr?
The text was updated successfully, but these errors were encountered: