mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
(test) @arguments
This commit is contained in:
@@ -53,3 +53,6 @@ body {
|
||||
color: red;
|
||||
color: red;
|
||||
}
|
||||
.arguments {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
@@ -105,3 +105,11 @@ body {
|
||||
#id-mixin();
|
||||
#id-mixin;
|
||||
}
|
||||
|
||||
.mixin-arguments () {
|
||||
border: @arguments;
|
||||
}
|
||||
|
||||
.arguments {
|
||||
.mixin-arguments(1px, solid, black);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user