The Less merge feature facilitates you to aggregate values from multiple properties into a comma or space separated list using a single property. It is generally used for properties such as background and transform.

There are two types of features supported by Less merge:

IndexTypeDescription
1)CommaIt is used to add property value to the end.
2)SpaceIt is used to property value with space.