Google News
logo
Sass - Interview Questions
Mention the different types of operations on the SASS?
There are 5 types of operations :
 
* Number Operations : It allows for mathematical operations such as addition, subtraction, multiplication and division.

* Color Operations : It allows using color components along with arithmetic operations.

* Boolean Operations : You can perform boolean operations on Sass script by using and, or and not operators.

* List Operations : Lists represent series of values which are separated using commas or space.

* String Operations
Advertisement