We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
👋 Very excited for all the great progress on 1.0!
Will this plugin need a bit of work to be compatible? I tried a combination of this VS Code plugin, https://github.com/tw-in-js/typescript-plugin and library mode with the following configs:
// tsconfig.json "plugins": [ { "name": "@twind/typescript-plugin", "tags": ["tw", "tx", "className"], "atrributes": ["tw", "tx", "className"], "debug": true } ]
// VS Code settings "twind.attributes": [ "tw", "tx", "className", "class" ], "twind.tags": [ "tw", "tx", "className", "class" ],
The auto-completions appear to be missing and the hover attrs are a bit spotty:
When the hover attrs trigger, they do pull custom values from twind.config.ts just fine however.
twind.config.ts
Happy to provide any other info I can. Thanks as always, I really appreciate all the hard work put into this!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
👋 Very excited for all the great progress on 1.0!
Will this plugin need a bit of work to be compatible? I tried a combination of this VS Code plugin, https://github.com/tw-in-js/typescript-plugin and library mode with the following configs:
The auto-completions appear to be missing and the hover attrs are a bit spotty:
When the hover attrs trigger, they do pull custom values from
twind.config.ts
just fine however.Happy to provide any other info I can. Thanks as always, I really appreciate all the hard work put into this!
The text was updated successfully, but these errors were encountered: