Sha256: 4667c3bb5a3f7fc6161575dfa859d9f28e53f4d410f16dfadf4314daf710415d

Contents?: true

Size: 504 Bytes

Versions: 4

Compression:

Stored size: 504 Bytes

Contents

//
// These are in their own partial because you probably
// want to customize on a per-site basis
//

@media print {
  @include media-print;
}

@media all and (orientation:portrait) {
  // Style adjustments for portrait mode goes here
}

@media all and (orientation:landscape) {
  // Style adjustments for landscape mode goes here
}

@media screen and (max-device-width: 480px) {
  // Pass in false if you don't want iOS and WinMobile to mobile-optimize the text for you
  @include media-mobile(true);
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
html5-boilerplate-0.3.3 templates/project/partials/_media.scss
html5-boilerplate-0.3.2 templates/project/partials/_media.scss
html5-boilerplate-0.3.1 templates/project/partials/_media.scss
html5-boilerplate-0.3.0 templates/project/partials/_media.scss