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.