mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
tweaked tests to match less.js
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
.tiny-scope { color: #998899; }
|
||||
.tiny-scope {
|
||||
color: #998899;
|
||||
}
|
||||
.scope1 {
|
||||
color: blue;
|
||||
border-color: black;
|
||||
}
|
||||
.scope1 .scope2 { color: blue; }
|
||||
.scope1 .scope2 {
|
||||
color: blue;
|
||||
}
|
||||
.scope1 .scope2 .scope3 {
|
||||
color: red;
|
||||
border-color: black;
|
||||
|
||||
Reference in New Issue
Block a user