one-aalam / awesome-solid-js

Curated resources on building sites with SolidJS, a brand new way(now 1.0) to build Javascript based interactive web applications. A very close looking cousin to React/JSX by syntax, and to Svelte by few important principles(compiler and fine-grained reactivity), it's a highly optimised way to deliver web applications with best-in-class performance.
MIT License
865 stars 46 forks source link

add vite-plugin-inline-css-modules #21

Closed bluskript closed 2 years ago

bluskript commented 2 years ago

Although not exclusive to Solid, I still think this is a valuable tool that improves the DX of writing Solid components. Seems like other framework-agnostic solutions such as ZagJS are also listed, so it should still make the list imo.

one-aalam commented 2 years ago

Thank you @Bluskript for the PR. I'll merge this right away!