Quramy / typed-css-modules

Creates .d.ts files from CSS Modules .css files
MIT License
1.06k stars 69 forks source link

Alternatives (abandoned?) #196

Open connorjs opened 1 year ago

connorjs commented 1 year ago

General issue to hear/discuss what others use instead of this.

Also happy to hear if this is NOT abandoned.


For context, I wanted this package to work, but ran into the security issues on install so bailed on it. I ended up throwing something (very basic) together as a temporary alternative for my immediate needs. (But I’m happy to take PRs to drive feature parity.)

css-typed: https://www.npmjs.com/package/css-typed

Basic TypeScript declaration generator for CSS files.

IanVS commented 1 month ago

🦗

Sounds like maybe someone should fork it and start pulling in some of the open PRs, perhaps.