mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
add some more failing tests
This commit is contained in:
@@ -31,3 +31,18 @@ header {
|
||||
background: red;
|
||||
});
|
||||
}
|
||||
|
||||
.wrap-mixin-calls-wrap(@ruleset) {
|
||||
.wrap-mixin(@ruleset);
|
||||
};
|
||||
|
||||
.wrap-mixin({
|
||||
test: extra-wrap;
|
||||
.wrap-mixin-calls-wrap({
|
||||
test: wrapped-twice;
|
||||
});
|
||||
});
|
||||
|
||||
.wrap-mixin({
|
||||
test-func: unit(90px);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user