Sass comments are closed by an outdent, they don't need to be closed by */, but they may if you so desire.
You can verify this by viewing the generated css of your sass file. Chris On Mon, May 31, 2010 at 7:45 PM, Matt <[email protected]> wrote: > Nathan, > > $ cat comment_test.sass > /*-------------------------------------------------- > * GENERAL > *-------------------------------------------------- > > The comment is opened on the first line and never closed. * GENERAL > and *------ > are not valid comments. > > Matt > > > On May 31, 7:01 pm, Nathan Weizenbaum <[email protected]> wrote: > > I don't see the problem here. All the Sass output seems perfectly valid > to > > me. > > > > -- > 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.
