Sha256: 649b0982644d6cbc8c1024f00fa5b59f143795e0fda321bc3c9158e0db2d5851
Contents?: true
Size: 441 Bytes
Versions: 74
Compression:
Stored size: 441 Bytes
Contents
@mixin device-pixel-ratio($ratio: 2) { @media only screen and (-webkit-min-device-pixel-ratio: $ratio), only screen and (min--moz-device-pixel-ratio: $ratio), only screen and ( -o-min-device-pixel-ratio: #{($ratio*10)}/10), only screen and ( min-device-pixel-ratio: $ratio), only screen and ( min-resolution: #{($ratio*96)}dpi), only screen and ( min-resolution: #{$ratio}dppx) { @content; } }
Version data entries
74 entries across 74 versions & 5 rubygems