solid library with styling

So for like the past 4 days ive been trying to generate a buildable library with css modules or whatever and I just simply cant. Is there any minimal reproducible monorepo with styles? I've scoured everything trying to find something because most of the libraries that are using tsup preset solid dont have css or styling?
2 Replies
ladybluenotes
ladybluenotes2w ago
@jer3m01 do you possibly have an idea of how to help?
jer3m01
jer3m012w ago
There's https://github.com/jundaoapp/design thats built with tsup and has styles. It's setup as a main css fle (index.css source here) with the theme variables and globals, then each component imports it's specific styles (example source)
GitHub
GitHub - jundaoapp/design: A simple, fast and modern SolidJS UI lib...
A simple, fast and modern SolidJS UI library. Contribute to jundaoapp/design development by creating an account on GitHub.

Did you find this page helpful?