Tailwind CSS directivesDescriptionThis VSCode extension adds support for Tailwind CSS directives. By default @tailwind, @apply, @layer, etc... are not recognized by the CSS language server. This extension include a custom data file that loads them inside your CSS & SCSS files. It will also show a description and a link to the documentation when you hover over a directive. ⚠️ Support Tailwind CSS v3 and also v2 (included alongside v3) Documentation about custom data can be found here: https://github.com/microsoft/vscode-css-languageservice/blob/main/docs/customData.md Based on rules from this issue: https://github.com/tailwindlabs/tailwindcss-intellisense/issues/69 Installation
(you can also put it inside a
ContributingIf you want to contribute to this project, you can do so by forking the repository and submitting a pull request. I will check sometimes if TailwindCSS has added new directives in the documentation but it shouldn't change that often. Probably just update the documentation sometimes. |