1.

How Many Types Are There In Comments?

Answer»

SASS SUPPORTS two types of comments −

  • Multiline comments − These are written using /* and */. Multiline comments are PRESERVED in CSS output.
  • Single line comments − These are written using // FOLLOWED by comments. single line comments are not preserved in CSS output.

Sass supports two types of comments −



Discussion

No Comment Found