-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Is there an option or something to generate :hover states for the sprites?
for example, having button.png and button-hover.png generates css:
.icon { ... }
.icon-button {
background-position: ...
...
}
.icon-button:hover {
background-position: ...
}
Compass sprite generator has this feature :(
Metadata
Metadata
Assignees
Labels
No labels