fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
baa0552307b4841673c2aa776ba27c8a1ef150b6
[redakcja.git]
/
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
}