W3cubDocs

/Sass

Syntax

Syntax: "scss" | "indented" | "css"

Syntaxes supported by Sass:

  • 'scss' is the SCSS syntax.
  • 'indented' is the indented syntax
  • 'css' is plain CSS, which is parsed like SCSS but forbids the use of any special Sass features.

© 2006–2025 the Sass team, and numerous contributors
Licensed under the MIT License.
https://sass-lang.com/documentation/js-api/types/Syntax