Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

css-language-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-language-server

Language server for CSS, LESS, and SASS

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

css-language-server

Language server for CSS, LESS, and SASS. Extracted from VSCode and made reusable.

Why?

This is an implementation of the language server protocol, which makes completion, hover info, go-to definition, etc. available across editors.

Features

  • CSS Support
  • LESS Support
  • SASS Support
  • Validation
  • Definition provider
  • Hover provider
  • References provider
  • Completion provider

Installation

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

License

This project is licensed under the MIT License

This is a derived work - please see Third Party Notices for the original copyright and license.

Keywords

FAQs

Package last updated on 09 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc