fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add tags to document and organization
[redakcja.git]
/
apps
/
wiki
/
static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test
/
css
/
scope.css
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
}