No, this is not currently (directly) supported. See http://github.com/nex3/haml/issues/closed#issue/143.
If enough people want this, I could potentially add a special case, but I'd rather not. On Fri, May 7, 2010 at 11:41 AM, Michael <[email protected]> wrote: > 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] <haml%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > > -- 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.
