Sha256: ed17216106bd9236ba0126aa5335fa8e49ae45b09e20c04d87181b04ed7fe33b

Contents?: true

Size: 541 Bytes

Versions: 16

Compression:

Stored size: 541 Bytes

Contents

// ---------------------------------------------------------------------------
// Imports

@import "../../../sass/ezy/sprites";

/* -------------------------------------------------------------------- *
 * Min device pixel ratio changed to 1.7
 */

$min-device-pixel-ratio: 1.7;

@include make-sprite(
  $name: "base",
  $folder: "test-retina",
  $folder-retina: "test-retina@2x"
);

// ---------------------------------------------------------------------------
// Use sprite

.classic {
  @include background-sprite( "base", "classic" );
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
ezy-0.4.2.beta test/scss/sprites/resolution.scss
ezy-0.3.3 test/scss/sprites/resolution.scss
ezy-0.3.2 test/scss/sprites/resolution.scss
ezy-0.4.1.beta test/scss/sprites/resolution.scss
ezy-0.4.0.beta test/scss/sprites/resolution.scss
ezy-0.3.1.beta test/scss/sprites/resolution.scss
ezy-0.3.0.beta test/scss/sprites/resolution.scss
ezy-0.2.9 test/scss/sprites/resolution.scss
ezy-0.2.8 test/scss/sprites/resolution.scss
ezy-0.2.7.alpha test/scss/sprites/resolution.scss
ezy-0.2.6.alpha test/scss/sprites/resolution.scss
ezy-0.2.0 test/scss/sprites/resolution.scss
ezy-0.1.1 test/scss/sprites/resolution.scss
ezy-0.2.0.alpha test/scss/sprites/resolution.scss
ezy-0.1.0 test/scss/sprites/resolution.scss
ezy-0.0.8 test/scss/sprites/resolution.scss