This is a work-in-progress language server for Sass written in Dart to use sass_api. It uses the language server protocol (LSP).
Development of new features is paused. See the Issues and Pull request tabs for planned and partially implemented features.
The Testing and debugging docs explain how to run the language server from source code.
These features are implemented:
See Contributing, but note that the parser currently requires a valid Sass document to generate an AST (sass/dart-sass#2476).