Skip to content

Instantly share code, notes, and snippets.

@jackie
Created October 17, 2012 15:51
Show Gist options
  • Save jackie/3906314 to your computer and use it in GitHub Desktop.
Save jackie/3906314 to your computer and use it in GitHub Desktop.
Compass retina spriting
$footer-2x-layout: horizontal;
$footer-2x-sprite-dimensions: true;
$footer-layout: horizontal;
$footer-sprite-dimensions: true;
@import "compass/utilities/sprites/base";
//** Footer ****************************************/
@import "../images/footer/*.png";
@include all-footer-sprites;
@import "../images/footer-2x/*.png";
//@include all-footer-2x-sprites; // don't need this one because we don't need the CSS positions, we will use the ones for the 1x up above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment