Solid-js design system CSS troubleshooting
I have a design-system I am building out using Kobalte. However, when I export the components none of the CSS gets applied. I have tried both regular CSS imports and CSS module imports. In both cases none of the CSS gets applied in the consuming application. Has anyone had experiences creating design systems with solid-js?
3 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
accordion.module.css
Accordion.tsx
vite.config.ts
I figured it out. I need to import the compiled stylesheet from the design system in the consuming app.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View