fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
795082f5a5be8bd39861d3f57ab5375a22b935d9
[redakcja.git]
/
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
}