Sha256: 384198fd23ead3fb40b5916781cd37bcde6f663e18b3ed56b129bdf55592276d

Contents?: true

Size: 362 Bytes

Versions: 1

Compression:

Stored size: 362 Bytes

Contents

@media print {
  .class {
    color: blue;
  }
  .class .sub {
    width: 42;
  }
  .top,
  header > h1 {
    color: #444444;
  }
}
@media screen {
  body {
    max-width: 480;
  }
}
@media all and (orientation: portrait) {
  aside {
    float: none;
  }
}
@media handheld and (min-width: 42), screen and (min-width: 20em) {
  body {
    max-width: 480px;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
less-2.0.9 lib/less/js/test/css/media.css