2createStudio / postcss-sprites

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

Avoiding flicker on hover (Chrome) #60

Closed arianjinx closed 8 years ago

arianjinx commented 8 years ago

Hello, how you guys avoid flickering for non visible element at first loading using this plugin? http://programming.mvergel.com/2012/11/chrome-reloads-sprite-image-on-css.html

Thank you

vvasilev- commented 8 years ago

Hello @arianraptor, we don't do anything about this but you can use postcss-merge-rules to merge the background-image declarations.