mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Fix #1122
This commit is contained in:
@@ -197,3 +197,11 @@ body {
|
||||
background: blue;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
/* a comment */
|
||||
|
||||
@media (max-width: 900px) {
|
||||
body { font-size: 11px; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user