You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to specify the file target for the sprite so I can animate background images, and also exclude large / lazily loaded files to a different sprite.
The text was updated successfully, but these errors were encountered:
I think this would be a great feature to have. Given that Abbot lets Chance supply any sprite names it wants (the files end up being called stylesheet-(sprite name).png I believe) this is rather simple. The tricky part is figuring out the best syntax.
@include slice(file.png, $sprite: spritename)? Not sure if that's good enough.
I would like to be able to specify the file target for the sprite so I can animate background images, and also exclude large / lazily loaded files to a different sprite.
The text was updated successfully, but these errors were encountered: