source: Dev/trunk/src/client/util/less/test/css/scope.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 504 bytes
Line 
1.tiny-scope {
2  color: #998899;
3}
4.scope1 {
5  color: #0000ff;
6  border-color: #000000;
7}
8.scope1 .scope2 {
9  color: #0000ff;
10}
11.scope1 .scope2 .scope3 {
12  color: #ff0000;
13  border-color: #000000;
14  background-color: #ffffff;
15}
16.scope {
17  scoped-val: #008000;
18}
19.heightIsSet {
20  height: 1024px;
21}
22.useHeightInMixinCall {
23  mixin-height: 1024px;
24}
25.imported {
26  exists: true;
27}
28.testImported {
29  exists: true;
30}
31#allAreUsedHere {
32  default: 'top level';
33  scope: 'top level';
34  sub-scope-only: 'inside';
35}
Note: See TracBrowser for help on using the repository browser.