1.

What Are The Data Types That Is Supported By Sassscript?

Answer»

SassScript supports seven main data types:

  • NUMBERS (1, 5, 10)
  • Strings of texts ("foo", "bar")
  • Colors (blue, #04a3f9)
  • Booleans (true or false)
  • NULLS (null)
  • List of VALUES, separated by space or commas (1.5em, Arial, Helvetica)
  • Maps from one value to ANOTHER ( (KEY 1: value1, key 2: Value 2) )

SassScript supports seven main data types:



Discussion

No Comment Found