summaryrefslogtreecommitdiff
path: root/vendor/leafo/lessphp/tests/outputs/scopes.css
blob: ea2a457319119ce1b3b28ccc0d5a21991afb9328 (plain)
1
2
3
4
5
6
7
8
9
10
11
body div other world {
  height: 50;
}
div other world {
  height: 50;
}
pre {
  height: 10;
  height: 11;
  height: 12;
}