@tailwindcss/language-server 0.0.0-insiders.909d097 → 0.0.0-insiders.9b9a98f

Sign up to get free protection for your applications and to get access to all the features.
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.0-insiders.909d097",
5
+ "version": "0.0.0-insiders.9b9a98f",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
@@ -58,7 +58,7 @@
58
58
  "minimatch": "5.1.4",
59
59
  "normalize-path": "3.0.0",
60
60
  "pkg-up": "3.1.0",
61
- "postcss": "8.3.9",
61
+ "postcss": "8.4.31",
62
62
  "postcss-load-config": "3.0.1",
63
63
  "postcss-selector-parser": "6.0.2",
64
64
  "prettier": "2.3.0",
@@ -73,5 +73,10 @@
73
73
  "vscode-languageserver": "8.0.2",
74
74
  "vscode-languageserver-textdocument": "1.0.7",
75
75
  "vscode-uri": "3.0.2"
76
+ },
77
+ "prettier": {
78
+ "semi": false,
79
+ "singleQuote": true,
80
+ "printWidth": 100
76
81
  }
77
82
  }