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
/
extend-exact.css
1
.replace.replace .replace,
2
.c.replace + .replace .replace,
3
.replace.replace .c,
4
.c.replace + .replace .c,
5
.rep_ace {
6
prop: copy-paste-replace;
7
}
8
.a .b .c {
9
prop: not_effected;
10
}
11
.a,
12
.effected {
13
prop: is_effected;
14
}
15
.a .b {
16
prop: not_effected;
17
}
18
.a .b.c {
19
prop: not_effected;
20
}
21
.c .b .a,
22
.a .b .a,
23
.c .a .a,
24
.a .a .a,
25
.c .b .c,
26
.a .b .c,
27
.c .a .c,
28
.a .a .c {
29
prop: not_effected;
30
}
31
.e.e,
32
.dbl {
33
prop: extend-double;
34
}
35
.e.e:hover {
36
hover: not-extended;
37
}