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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add missing classes by myself?
The text was updated successfully, but these errors were encountered:
It looks like a question for https://github.com/danklammer/tailwind-sublime-autocomplete/issues.
This package currently only provides syntax definitions for TailwindCSS at-rules.
It may however easily be possible to write some "Tailwind CSS.sublime-completions" files to provide those without plugin-code.
Sorry, something went wrong.
A Tailwind CSS.sublime-completions could look as follows.
{ "scope": "meta.attribute-with-value.class.html meta.string, meta.selector.css, meta.tag.attributes.jsx meta.string", "completions": [ { "trigger": "justify-end", "kind": ["type", "c", "Class"], "annotation": "Tailwind Class" } ], }
No branches or pull requests
How to add missing classes by myself?
The text was updated successfully, but these errors were encountered: