64
Less List Functions
The Less list functions are used to specify length of the list and position of the value in the list.
A list of List functions used in LESS:
Index | 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. |
Next TopicLess length()