LESS - List Functions



Description

LESS consists of list functions which are used to specify length of the list and position of the value in the list.

Following table lists the List functions used in LESS −

Sr.No. Function & Description
1 Length

It will take a comma or space separated list of values as parameter.

2 Extract

It will return the value at a specified position in a list.

Advertisements