1.

What Are Key Features Of Sass Indented Syntax?

Answer»
  • It uses indentation rather than { and } to delimit blocks.
  • To separate statements, it uses NEWLINES instead of semicolons(;).
  • Property DECLARATION and selectors MUST be placed on its own line and statements within { and } must be placed on new line and INDENTED.



Discussion

No Comment Found