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
/
extend-media.less
1
.ext1 .ext2 {
2
background: black;
3
}
4
5
@media tv {
6
.ext1 .ext3 {
7
color: white;
8
}
9
.tv-lowres :extend(.ext1 all) {
10
background: blue;
11
}
12
@media hires {
13
.ext1 .ext4 {
14
color: green;
15
}
16
.tv-hires :extend(.ext1 all) {
17
background: red;
18
}
19
}
20
}
21
22
.all:extend(.ext1 all) {
23
24
}