Web Developer

SASS Section 6 – List function

  1. length(listVariable);
  2. nth(listVariable, numOfInterested);
  3. set-nth(listVariable, numOfInterested, valueChangedTo);
  4. list-separator(listVariable);
  5. join(listVariable || or values, listVariable || or values, separator(optional));
  6. append(listVariable, value, separator(optional));
  7. index(listVariable, valueOfWant);
  8. zip(valueList, valueList, …);