Sha256: 3791d3234aa8f921a7ad3430d1176d14876d3927478f42c37954ae77a3c98146
Contents?: true
Size: 251 Bytes
Versions: 2
Compression:
Stored size: 251 Bytes
Contents
/* Retina media query. Overrides styles for devices with a device-pixel-ratio of 2+, such as iPhone 4. */ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { #{$less-grid-element} { } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
compass-less-plugin-1.0 | templates/project/partials/_high-px-ratio.scss |
compass-less-plugin-1.0.beta.0 | templates/project/partials/_high-px-ratio.scss |