We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@include at2x('imagename', jpg, contain); outputs to background-size: contain, auto,which is invalid.
@include at2x('imagename', jpg, contain);
background-size: contain, auto
I could try @include at2x('imagename', jpg, contain, contain);, but that's also invalid.
@include at2x('imagename', jpg, contain, contain);
Thanks for taking a look. Appreciate any help!
The text was updated successfully, but these errors were encountered:
Hi @jeffdaley,
Take a look at https://github.com/imulus/retinajs/blob/2.0/src/_retina.scss You should find what you're looking for in that mixin.
Sorry, something went wrong.
No branches or pull requests
@include at2x('imagename', jpg, contain);
outputs tobackground-size: contain, auto
,which is invalid.I could try
@include at2x('imagename', jpg, contain, contain);
, but that's also invalid.Thanks for taking a look. Appreciate any help!
The text was updated successfully, but these errors were encountered: