1.

What is the difference between SCSS and Sass?

Answer»
S.noSCSSSASS
1.It is a New SyntaxIt is an original and the OLD syntax
2.The file is saved with the extension .scssThe file is saved with the extension .SASS
3.In a code the USE of semicolon and BRACKET{} is compulsory.In a code, the use of semicolon and bracket{} is not allowed
4.There is no strict indentationThere is a strict indentation
5.Easier to LEARNDifficult to learn as compared to SCSS


Discussion

No Comment Found