Because comments in Sass, like everything else, are done on a line-by-line
basis. In addition, the parser doesn't really work in such a way as to allow
arbitrary end-of-line comments without significant special casing.

That said, the two cases you present will actually work in Sass 3, but there
will be some other cases that won't.

On Thu, Mar 25, 2010 at 10:24 AM, Evgeniy Dolzhenko <[email protected]>wrote:

> Is there any reason the following doesn't work?
>
> #awesome.rule // A very awesome rule.
>  awesomeness: very  // An equally awesome property.
>
> --
> 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.

Reply via email to