stylus-lemonade icon indicating copy to clipboard operation
stylus-lemonade copied to clipboard

Automatically Generate CSS Sprites from Images with Stylus

Results 4 stylus-lemonade issues
Sort by recently updated
recently updated
newest added

If I have a `sprite-width` statement in a ruleset, and another rule references the width with, for instance, `margin-left: -(@width/2)` Stylus exits with ``` cannot perform 'SPRITE_WIDTH_PLACEHOLDER(sprite, img/prize-title-100k)' / 2...

I'm running stylus from the root of my project (let's call it `/`, on a stylus file in a `/css` subdirectory. That stylus file wants to make a sprite in...

One of the first things I've been confused about in trying this package is what the paths to the sprites should be and how the sprite sources should be structured...

Now that your patch is in, everything should be working, right? I'd like to work this package into future projects, without throwing Github URLs everywhere. Also, I don't think it's...