Provides Tailwind CSS (v1.x) class completions for Panic's macOS code editor, Nova.
Thank you to Tailwind Labs, Adam Wathan, and Steve Schroger for their contribution to the development community, including Tailwind CSS, Headless UI, and Tailwind UI. This extension is not created, maintained, or endorsed by Tailwind Labs. To request features or report bugs, please see the section below.
There are no prerequisites for this extension other than Panic's Nova code editor for macOS. This extension does not depend on Tailwind being installed locally within a project, so it will also work when using the Tailwind CSS CDN.
Enable the extension in the extension library within Nova.
- Autocomplete suggestions of class names that contain hyphens are not the most relevant after the user has typed past the first hyphen. This has to do with the type being parsed into separate words based on where hyphens are present and a current limitation of the Nova JavaScript API.
- The extension does not currently work in any files, other than HTML.
- Autocompletion of customizations haven't yet been added.
To report a bug or request a feature, please add an issue to the GitHub repository. Thanks!