Created
May 13, 2014 15:08
-
-
Save bbbrrriiiaaannn/6060246341c98da1e332 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.7) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
$hiDpiSuffix: '-2x' !default | |
=hidpi($backgroundImageUri, $backgroundProps) | |
$hiDpiBackgroundImageUri: str-insert($backgroundImageUri, $hiDpiSuffix, str-index($backgroundImageUri,'.')) | |
background: $backgroundProps | |
background-image: image-url($backgroundImageUri) | |
+hidpi-media-query | |
background-image: image-url($hiDpiBackgroundImageUri) | |
background-size: image-width($backgroundImageUri) image-height($backgroundImageUri) | |
=hidpi-media-query | |
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) | |
@content | |
body | |
+hidpi('beeeef.url', no-repeat 0px 20px) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unrecognized file type: url |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment