2createStudio / postcss-sprites

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

look for unique image url #111

Closed sadeghbarati closed 4 years ago

sadeghbarati commented 4 years ago

url("images/circle.png")

sprite-url("images/circle.png") ✔️


I may have another css background URLs and don't want to include them in sprite image

what should I have to do ?

sadeghbarati commented 4 years ago

:|