Which styling library to use?
Hi, I've read the docs, checked out many website and I just got totally confused which styling library to use with Solid + Vite.
- macaron - https://macaron.js.org/ doesn't work, terminates with babel error.
- https://github.com/solidjs/solid-styled-components 2 yr no commits
- https://github.com/solidjs/solid-styled-jsx 2 yr no commits, however the main library it refers to still gets updates
- Panda CSS works but is a mess which tries to overtake everything.
- Pigment CSS doesn't support Solid, just React ATM
- should I use CSS modules in separate files? Sometimes I'd love to have it colocated with the component code, not in a separate file.
- linaria has an open PR, anyone used it? https://github.com/callstack/linaria/pull/1096
- macaron - https://macaron.js.org/ doesn't work, terminates with babel error.
- https://github.com/solidjs/solid-styled-components 2 yr no commits
- https://github.com/solidjs/solid-styled-jsx 2 yr no commits, however the main library it refers to still gets updates
- Panda CSS works but is a mess which tries to overtake everything.
- Pigment CSS doesn't support Solid, just React ATM
- should I use CSS modules in separate files? Sometimes I'd love to have it colocated with the component code, not in a separate file.
- linaria has an open PR, anyone used it? https://github.com/callstack/linaria/pull/1096
