Jake J

Results 5 issues of Jake J

Hello, I have a need to compile another css file in cli, I have included it in windi.config.js, but the css file will not get parsed like style block. This...

Hello, I have some suggestions to improve plugin user experience, hope they will help. 1. **Class sorting**: when the plugin helps sort, it seems the customized class names will be...

good first issue
contribution welcome

```ts const decor: PropertyDecorator = ( target: Object, key: string | symbol, ) => { console.log(target, key) } class A { @decor public name: string | undefined } const obj...

Hi, may I ask what does the `warn` parameter do in `validate` specifically? I could not find any hint in the docs or online. Thank you very much @logaretm ```ts...

**What version of VS Code are you using?** For example: v1.92.0-insider **What version of Tailwind CSS IntelliSense are you using?** For example: v0.12.9 **What version of Tailwind CSS are you...