Sha256: f29e14f1a1047083fa743d66a5280fe4d7c7c0a1dc124d9c7576b6896775d89f

Contents?: true

Size: 338 Bytes

Versions: 1

Compression:

Stored size: 338 Bytes

Contents

image(path, width = auto, height = auto)
  background-image: url(path)
  @media all and (-webkit-min-device-pixel-ratio: 1.5)
    ext = extname(path)
    path = pathjoin(dirname(path), basename(path, ext) + '@2x' + ext)
    background-image: url(path)
    background-size: width height

#logo
  image: '/images/logo.main.png' 50px 100px

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stylus-source-0.28.0 vendor/testing/small.styl