I use SmartSprites CSS Sprite Generator in my front-end development work. Sass modifies SmartSprite directive comments and removes property comments. Are there plans for an option to leave comments alone?
Example SmartSprite directive: /** sprite: button_arrows; sprite-image: url(../img/ button_arrows.gif); sprite-layout: vertical */ Sass Output: /* sprite: button_arrows; sprite-image: url(../img/button_arrows.gif); sprite-layout: vertical */ Example SmartSprite property comment: background: no-repeat url(../img/button_arrows_gray.gif) scroll right top #e5e5e5 /** sprite-ref: button_arrows; sprite-alignment: right; */ SassOutput: background: no-repeat url(../img/button_arrows_gray.gif) scroll right top #e5e5e5 I am using Haml/Sass 3.0.0.rc.4 (Classy Cassidy) Thanks, Michael -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
