Description
It should be possible to use the at2x mixin with background-size single keyword values, such as cover and contain.
Steps to reproduce
@include at2x('/path/to/some/background-image.png', cover);
Expected result
background-size: cover;
Actual result
background-size: cover auto; which is invalid.
Environment
Firefox Nightly 97
macOS