2createStudio / postcss-sprites

Generate sprites from stylesheets.
MIT License
413 stars 50 forks source link

proposed to retain the original url #71

Closed huanz closed 8 years ago

huanz commented 8 years ago

proposed to retain the image original url:

{
  path: '/src/img/25.png',
  url: '../img/25.png',
  originalUrl: '../img/25.png?__sprite',
  retina: false,
  ratio: 1,
  groups: [],
  token: '',
  styleFilePath: '/src/css/main.css' }
}