1.

What is the difference between Sass and CSS? Explain

Answer»
S.noCSSSASS
1.Codes are LongCode is Short
2.Unstructured DocumentStructured Document
3.Nesting:-Code BLOCK are not NestedNesting:- Allow the nested code to be included in each other
4.Suitable for small WEB applicationsSuitable for small web applications as well as large user interfaces
5.Offers less flexibilityHas an ability to add mixin, functions, variable etc
6.Multiple STYLESHEETS cannot be JOINEDMultiple Stylesheets can be joined into only one STYLE Sheet
7.Darken and Lighting Functions are not availableDarken and Lighting Functions are available
8.Mathematical functions are not availableMathematical functions are available


Discussion

No Comment Found