mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Fix one issue with media queries and detached rulesets, one to go
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user