mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
added more complex test for @media bubbling
This commit is contained in:
@@ -29,4 +29,7 @@
|
||||
body {
|
||||
padding: 20px;
|
||||
}
|
||||
body header {
|
||||
background-color: red;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,5 +33,9 @@
|
||||
body {
|
||||
@media print {
|
||||
padding: 20px;
|
||||
|
||||
header {
|
||||
background-color: red;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user