Skip to content

Commit 02d7b4f

Browse files
committed
Merge branch 'master' into css-helpers
2 parents 5696350 + 79a3f2b commit 02d7b4f

File tree

14 files changed

+16282
-73
lines changed

14 files changed

+16282
-73
lines changed

package-lock.json

+296-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
MIT License
2+
3+
Copyright (c) Bradley Cornes
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Tailwind CSS Language Server
2+
3+
[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).
4+
5+
## Install
6+
7+
```bash
8+
npm install -g @tailwindcss/language-server
9+
```
10+
11+
## Run
12+
13+
```bash
14+
tailwindcss-language-server --stdio
15+
```
16+
17+
```
18+
Usage: tailwindcss-language-server [options]
19+
20+
Options:
21+
22+
--stdio use stdio
23+
--node-ipc use node-ipc
24+
--socket=<port> use socket
25+
```

packages/tailwindcss-language-server/ThirdPartyNotices.txt

+1,442
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)