Sha256: 2754f265fb6cf549df6bdf4d1889c41a4e3e1999fe100c90e6146912ee45c2f8

Contents?: true

Size: 531 Bytes

Versions: 1

Compression:

Stored size: 531 Bytes

Contents

@import "h5bp";

@include h5bp-main;
@include h5bp-helpers;


@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
    body { margin: 0; } //HACK: scss class can't be empty
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
    body { margin: 0; } //HACK: scss class can't be empty
}

@media print {
  @include h5bp-media-print;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compass-h5bp-0.1.2 test/project/sass/test.scss