mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
test some more advanced sourcemaps and correct a bug in the output column
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@var: black;
|
||||
|
||||
.a() {
|
||||
color: red;
|
||||
}
|
||||
@@ -6,4 +8,19 @@
|
||||
color: green;
|
||||
.a();
|
||||
color: blue;
|
||||
background: @var;
|
||||
}
|
||||
|
||||
.a, .b {
|
||||
background: green;
|
||||
.c, .d {
|
||||
background: gray;
|
||||
& + & {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.extend:extend(.a all) {
|
||||
color: pink;
|
||||
}
|
||||
Reference in New Issue
Block a user