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
/
less
/
import
/
import-reference.less
1
.z {
2
color: red;
3
.c {
4
color: green;
5
}
6
}
7
.only-with-visible,
8
.z {
9
color: green;
10
&:hover {
11
color: green;
12
}
13
& {
14
color: green;
15
}
16
& + & {
17
color: green;
18
.sub {
19
color: green;
20
}
21
}
22
}
23
24
& {
25
.hidden {
26
hidden: true;
27
}
28
}
29
30
@media tv {
31
.hidden {
32
hidden: true;
33
}
34
}
35
36
/* comment is not output */
37
38
.zz {
39
.y {
40
pulled-in: yes;
41
}
42
/* comment pulled in */
43
}