Google News
logo
Sass - Interview Questions
List out the Data Types that SassScript supports?
SassScript supports seven main data types :

* Nulls (e.g; null)
* Colors (blue, #04a3f9)
* Numbers ( eg; 1,5 ,10px)
* Strings of texts ( g., “foo”, ‘bar’, etc.)
* Booleans (true or false)
* Maps from one value to another (g., ( key 1: value1, key 2: Value 2))
* List of values, separated by space or commas (g., 1.5em, Arial, Helvetica etc.)
Advertisement