mirror of
https://github.com/less/less.js.git
synced 2026-01-23 14:18:00 -05:00
17 lines
181 B
CSS
17 lines
181 B
CSS
@media print {
|
|
.class {
|
|
color: blue;
|
|
}
|
|
.class .sub {
|
|
width: 42;
|
|
}
|
|
.top, header > h1 {
|
|
color: #444444;
|
|
}
|
|
}
|
|
@media screen {
|
|
body {
|
|
max-width: 480;
|
|
}
|
|
}
|