Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow pixel ratio array for image mixin #304

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nicolag
Copy link

@nicolag nicolag commented Jun 8, 2015

Allow pixel ratio array to better suit popular hi-res devices

Default out put as @1.5x, @2x & @3x. User can specify the array for
min_pixel_ratio when they use if they wanna change the default

e.g. image: 'yourimage.png', 20px, 30px, 1.5; //will just output the
@1.5x and the base.

Allow pixel ratio array to better suit popular hi-res devices

Default out put as @1.5x, @2x & @3x. User can specify the array for
min_pixel_ratio when they use if they wanna change the default

e.g. image: 'yourimage.png', 20px, 30px, 1.5; //will just output the
@1.5x and the base.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant