(test) @arguments

This commit is contained in:
Alexis Sellier
2011-02-19 16:54:38 -05:00
parent 08b2b353a5
commit 9847f40b0f
2 changed files with 11 additions and 0 deletions

View File

@@ -53,3 +53,6 @@ body {
color: red;
color: red;
}
.arguments {
border: 1px solid black;
}

View File

@@ -105,3 +105,11 @@ body {
#id-mixin();
#id-mixin;
}
.mixin-arguments () {
border: @arguments;
}
.arguments {
.mixin-arguments(1px, solid, black);
}