helix-twcss 0.0.27 → 0.14.3
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +0 -1
- package/bin/tailwindcss-language-server +2489 -711
- package/package.json +11 -8
package/README.md
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
# THIS IS NOT MAINTED BY TAILWINDCSS TEAM
|
2
2
|
|
3
3
|
[Helix issue](https://github.com/helix-editor/helix/issues/2213)
|
4
|
-
|
5
4
|
# Tailwind CSS Language Server
|
6
5
|
|
7
6
|
[Language Server Protocol](https://github.com/Microsoft/language-server-protocol) implementation for [Tailwind CSS](https://tailwindcss.com), used by [Tailwind CSS IntelliSense for VS Code](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss).
|