LESS - Merge



Description

This feature in LESS allows the addition of values to comma or space separated list from multiple properties using a single property. It can be used for background and transform properties.

The following table describes the two types of functions supported by the Merge feature.

Sr.No. Types & Description
1 Comma

It adds property value at the end.

2 Space

It adds property value with space.

Advertisements