Sha256: 1f2755184701637953084837e4d92b54974395f51de2e67fa2acb14fd5031338

Contents?: true

Size: 305 Bytes

Versions: 1

Compression:

Stored size: 305 Bytes

Contents

@mixin html5-boilerplate-handheld {
  * { @include handheld; }
}

@mixin handheld {
  float: none;       // Screens are not big enough to account for floats
  font-size: 80%;    // Slightly reducing font size to reduce need to scroll
  background: #fff;  //  As much contrast as possible
  color: #000;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
html5-boilerplate-0.1.0 stylesheets/html5-boilerplate/_handheld.scss