b26e122fac
* wip * wip * Boot client if a CSS file contains `@config` * wip * Check document exists * wip * Fix duplicate document selector * wip * Use enum for document selector priorities * Delete unused functions * Remove unused state type * Share glob patterns * Update config file glob * fix logs * Fix filename checks on Windows * Don't show error popups * wip * handle negated content paths * Handle non-tailwind dependency installs * add package root to document selectors * tidy * wip * dedupe document selectors * Fix `@config` regex * Fix document selectors when using `experimental.configFile` * Remove log |
||
---|---|---|
.. | ||
scripts | ||
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
ThirdPartyNotices.txt | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
Tailwind CSS Language Server
Language Server Protocol implementation for Tailwind CSS, used by Tailwind CSS IntelliSense for VS Code.
Install
npm install -g @tailwindcss/language-server
Run
tailwindcss-language-server --stdio
Usage: tailwindcss-language-server [options]
Options:
--stdio use stdio
--node-ipc use node-ipc
--socket=<port> use socket