-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sass template integration based on the less template #31
base: master
Are you sure you want to change the base?
Conversation
I've created a Sass template based on the existing Less template to export the sprites on Sass format too |
I've commited a new version : now stitches can support responsive design with the percentage unit (all the template can be used by pixels or by percents) |
… spritesheet is generated
I've added a more efficent compact layout by redefining the intersection algorithme for the base layout and i've optimize the loading time by desactivating the overlay as soon as the spritesheet is computed |
…port file grow with some obsolete data
I've fixed a bug with the export command : when a sprite was deleted, the export file contains many obsolete data |
…ercentage size and some export options
I've added a parent-width/parent-height property for each sprite for exporting sprite-sizePercentage classes in the css/less/sass export for responsive web design, and added some options for exporting frame |
No description provided.