mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
fix bug in string arguments to mixin call
This commit is contained in:
@@ -59,3 +59,6 @@ body {
|
||||
.arguments2 {
|
||||
border: 0px;
|
||||
}
|
||||
.edge-case {
|
||||
border: "{";
|
||||
}
|
||||
|
||||
@@ -116,3 +116,9 @@ body {
|
||||
.arguments2 {
|
||||
.mixin-arguments();
|
||||
}
|
||||
|
||||
// Edge cases
|
||||
|
||||
.edge-case {
|
||||
.mixin-arguments("{");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user