Language server for CSS, LESS, and SASS
npm install css-language-server
npm install -g css-language-server
`
This language server has been tested primarily with Oni, and it is forked from VSCode, but should work with any client that allows for configurable language servers.
Feel free to contribute and add setup steps for your favorite editor.
Launching the Server
The server can be launched with one of the following transports:
`
css-language-server --stdio
css-language-server --socket={number}
css-language-server --node-ipc
`
Contributing
PRs are welcome. Clone the repo and run:
`
npm install
npm run build
``