Fix one issue with media queries and detached rulesets, one to go

This commit is contained in:
Luke Page
2014-02-16 17:50:51 +00:00
parent b46ca11286
commit c730829d1d
4 changed files with 59 additions and 4 deletions

View File

@@ -45,3 +45,20 @@ html.lt-ie9 header {
.without-mixins {
b: 1;
}
@media (orientation: portrait) {
/* .wrap-media-mixin({
@media tv {
.triple-wrapped-mq {
triple: true;
}
}
});*/
}
@media (orientation: portrait) and tv {
.my-selector {
background-color: black;
}
}
.a {
test: test;
}