@tailwindcss/language-server 0.0.11 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
- package/bin/tailwindcss-language-server +167 -168
- package/package.json +2 -1
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@tailwindcss/language-server",
|
3
3
|
"description": "Tailwind CSS Language Server",
|
4
4
|
"license": "MIT",
|
5
|
-
"version": "0.0.
|
5
|
+
"version": "0.0.12",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
8
8
|
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
|
@@ -33,6 +33,7 @@
|
|
33
33
|
"devDependencies": {
|
34
34
|
"@parcel/watcher": "2.0.3",
|
35
35
|
"@tailwindcss/aspect-ratio": "0.4.2",
|
36
|
+
"@tailwindcss/container-queries": "0.1.0",
|
36
37
|
"@tailwindcss/forms": "0.5.3",
|
37
38
|
"@tailwindcss/line-clamp": "0.4.2",
|
38
39
|
"@tailwindcss/typography": "0.5.7",
|