1.

What are the advantages of Sass? Explain

Answer»
  • SASS provides fewer codes and saves a lot of time of the coder
  • SASS works with all the versions of CSS
  • Project is organised
  • SASS ALLOWS defining the VARIABLES which have to be reused throughout the CODE.
  • With the use of the @extend function same style can be copied to the other CLASSES also and there is no NEED to rewrite the code again.


Discussion

No Comment Found