css-sprite icon indicating copy to clipboard operation
css-sprite copied to clipboard

css sprite generator

Results 19 css-sprite issues
Sort by recently updated
recently updated
newest added

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: ......

Currently, left clicking or right clicking on the lock locks that layer. I think it would be useful if right clicking on it locked all OTHER layers. Giving the user...

Fixes issue when installing with Node version 4 I understand the project is now depreciated and moved to Sprity, this fix will help with existing projects using css-sprite that have...

I went from [email protected] to [email protected], and with the new version absolute path to the mustache template don't work anymore. If I use: { template: '/absolute/path/category.less.template' } Then, sprity tries...

fixed bug with total_width & total_height added .plist & .json format

Hi, This is probably a configuration issue on my part but I am trying to generate a sprite and put in it my img dir and place the sass file...

Shouldn't this add or provide an option to add `display: inline-block;` to the sprites? I would assume that most people would be adding these to spans, etc.

enhancement

I could be wrong about this, but the SCSS that is output does not appear to include the actual class names for each of the generates sprites. Using the follwing...

enhancement

It would be nice if you could configure the SCSS template (and others I guess) to use a provided mixin name. This is useful for avoiding conflicts. I recognize that...

enhancement