What is the difference between SCSS and Sass?
S.no | SCSS | SASS |
---|---|---|
1. | It is a New Syntax | It is an original and the old syntax |
2. | The file is saved with the extension .scss | The 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 indentation | There is a strict indentation |
5. | Easier to learn | Difficult to learn as compared to SCSS |
BY Best Interview Question ON 18 Jan 2019