1.

Name The Two Syntaxes Supported By Sass?

Answer»

SASS supports TWO SYNTAXES namely SCSS and Indented syntax.

  • The SCSS (SASSY CSS) is an extension of CSS syntax that makes much easier to maintain large stylesheets and can recognize vendor SPECIFIC syntax and many CSS. SCSS files use the extension .scss.
  • The Indented is an older syntax and sometimes just called as Sass. Using this form of syntax, CSS can be written concisely. SASS files use the extension .sass.

SASS supports two syntaxes namely SCSS and Indented syntax.



Discussion

No Comment Found