fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
minor code style
[redakcja.git]
/
apps
/
wiki
/
static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test
/
less
/
debug
/
import
/
test.less
1
@charset "ISO-8859-1";
2
3
.mixin_import1() {
4
@media all {
5
.tst {
6
color: black;
7
@media screen {
8
color: red;
9
.tst3 {
10
color: white;
11
}
12
}
13
}
14
}
15
}
16
17
.mixin_import2() {
18
.tst2 {
19
color: white;
20
}
21
}
22
23
.tst3 {
24
color: grey;
25
}