James Furey
James Furey
Hi! Thanks for creating this awesome extension for VSCode! Are there any plans to support Tailwind's new [Just-in-Time "Arbitrary Value" classes](https://tailwindcss.com/docs/just-in-time-mode#arbitrary-value-support) (i.e. break-out classes created with square bracket notation)? For...
Hi! 👋 Thanks so much for your fantastic library! Would you consider adding mime type and quality parameters to your `type()` method? ```js .type(['objectURL', 'image/jpeg', 0.95]) ``` Looking at the...
### Why Resolves #2499 The `` component was experiencing severe memory leaks where DOM nodes and event listeners accumulated continuously during normal usage. Two critical issues were identified: 1. **React...