Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/features/mixins-parametric.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Parameters are currently either *semicolon* or *comma* separated.

Originally, parameters were only separated by commas, but the semi-colon was later added to support passing comma-separated list values to single arguments.

Note: As of Less 4.0, you can wrap a list value using a paren escape [`~()`], e.g. `.name(@param1: ~(red, blue))`. This is similar to the quote escape syntax: `~"quote"`. This may make semi-colon separators un-necessary in your code-base.
Note: As of Less 4.0, you can escape a list value by using a tilde with parentheses ~(), e.g. .name(@param1: ~(red, blue)).

Examples:

Expand Down