mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Trim trailing whitespace.
This commit is contained in:
@@ -41,9 +41,9 @@ a {
|
||||
.qux & {
|
||||
display: inline;
|
||||
}
|
||||
.qux& {
|
||||
display: inline-block;
|
||||
}
|
||||
.qux& {
|
||||
display: inline-block;
|
||||
}
|
||||
.qux & .biz {
|
||||
display: none;
|
||||
}
|
||||
@@ -123,7 +123,7 @@ a {
|
||||
}
|
||||
@num: 3;
|
||||
:nth-child(@{num}) {
|
||||
selector: interpolated;
|
||||
selector: interpolated;
|
||||
}
|
||||
.test {
|
||||
&:nth-child(odd):not(:nth-child(3)) {
|
||||
|
||||
Reference in New Issue
Block a user