You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
357 B
25 lines
357 B
@charset "ISO-8859-1";
|
|
|
|
.mixin_import1() {
|
|
@media all {
|
|
.tst {
|
|
color: black;
|
|
@media screen {
|
|
color: red;
|
|
.tst3 {
|
|
color: white;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.mixin_import2() {
|
|
.tst2 {
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
.tst3 {
|
|
color: grey;
|
|
}
|