mixtur / webpack-spritesmith

Webpack plugin that converts set of images into a spritesheet and SASS/LESS/Stylus mixins
499 stars 56 forks source link

how to use retina #90

Closed supproduction closed 4 years ago

supproduction commented 4 years ago

Hello I have generated retina sprites and tried to use them as

@include sprite($about-spryker);

But in real it use normal sprites instead of retina. But I am working at the retina display. What am I doing wrong?