I got sick of asking Claude, "what is the size of this font" so I made a css inspector for coding environment
https://www.npmjs.com/package/css-spec
- Review CSS properties directly on browser & claude code
- See where certain colors are being used
- Send CSS update commands to cursor/claude directly
npm i -D css-spec
npx css-spec init
ā„ (option) +D to start
I got sick of asking Claude, "what is the size of this font" so I made a css inspector for coding environment
https://www.npmjs.com/package/css-spec
- Rev...