# @codemirror/lang-sass [](https://www.npmjs.org/package/@codemirror/lang-sass) [ [**WEBSITE**](https://codemirror.net/) | [**ISSUES**](https://github.com/codemirror/dev/issues) | [**FORUM**](https://discuss.codemirror.net/c/next/) | [**CHANGELOG**](https://github.com/codemirror/lang-sass/blob/main/CHANGELOG.md) ] This package implements Sass/SCSS language support for the [CodeMirror](https://codemirror.net/) code editor. The [project page](https://codemirror.net/) has more information, a number of [examples](https://codemirror.net/examples/) and the [documentation](https://codemirror.net/docs/). This code is released under an [MIT license](https://github.com/codemirror/lang-css/tree/main/LICENSE). We aim to be an inclusive, welcoming community. To make that explicit, we have a [code of conduct](http://contributor-covenant.org/version/1/1/0/) that applies to communication around the project. ## API Reference
sass(config?: Object) → LanguageSupportLanguage support for CSS.
configindented?: booleanWhen enabled, support classical indentation-based syntax. Default to false (SCSS syntax).
sassLanguage: LRLanguageA language provider based on the Lezer Sass parser, extended with highlighting and indentation information.
sassCompletionSource: CompletionSourceProperty, variable, $-variable, and value keyword completion source.