mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
fixed @media and @page parsing problem
This commit is contained in:
committed by
Alexis Sellier
parent
e475b1da30
commit
aeb4680232
@@ -14,3 +14,8 @@
|
||||
max-width: 480;
|
||||
}
|
||||
}
|
||||
@media all and (orientation:portrait) {
|
||||
aside {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user