fix bug in string arguments to mixin call

This commit is contained in:
Alexis Sellier
2012-01-09 22:49:16 +01:00
parent 6d4516e6fc
commit dc1c6c4555
3 changed files with 14 additions and 4 deletions

View File

@@ -59,3 +59,6 @@ body {
.arguments2 {
border: 0px;
}
.edge-case {
border: "{";
}

View File

@@ -116,3 +116,9 @@ body {
.arguments2 {
.mixin-arguments();
}
// Edge cases
.edge-case {
.mixin-arguments("{");
}