aslansky / css-sprite

css sprite generator
MIT License
733 stars 55 forks source link

Can't change opacity (0.9.0-beta) #25

Closed iboozyvoozy closed 10 years ago

iboozyvoozy commented 10 years ago

Hi, nothing happens with opacity: 0/1. Every time get solid background (#FFF by default)

aslansky commented 10 years ago

Hey, opacity setting is in version 0.9.0-beta2 and you need to use values between 0 and 100. At wich 0 means the background is opaque and 100 the background is in the given background color. This obviously works only for png.

iboozyvoozy commented 10 years ago

Sorry, my mistake) Veeery very good module.