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

Commits on Jun 8, 2015

  1. Allow pixel ratio array for image mixin

    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.
    nicolag committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    9dfd9c9 View commit details
    Browse the repository at this point in the history
  2. keep array cleaner

    nicolag committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    46c5610 View commit details
    Browse the repository at this point in the history